fix a ton of build server warnings (they were all the same)
This commit is contained in:
parent
7a18f6ec09
commit
6624550dc1
@ -388,7 +388,7 @@ if not msvc:
|
|||||||
env.Append(CXXFLAGS=['-std=gnu++98'])
|
env.Append(CXXFLAGS=['-std=gnu++98'])
|
||||||
else:
|
else:
|
||||||
env.Append(CXXFLAGS=['-std=c++98'])
|
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
|
#Add platform specific flags and defines
|
||||||
|
Loading…
Reference in New Issue
Block a user