mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
fix a ton of build server warnings (they were all the same)
This commit is contained in:
@@ -388,7 +388,7 @@ if not msvc:
|
||||
env.Append(CXXFLAGS=['-std=gnu++98'])
|
||||
else:
|
||||
env.Append(CXXFLAGS=['-std=c++98'])
|
||||
env.Append(CXXFLAGS=['-Wno-invalid-offsetof'])
|
||||
env.Append(CXXFLAGS=['-Wno-invalid-offsetof', '-Wno-unused-result'])
|
||||
|
||||
|
||||
#Add platform specific flags and defines
|
||||
|
Reference in New Issue
Block a user