Merge pull request #239 from wolfy1339/patch-1

Fix SConscript error when using --wall
This commit is contained in:
jacob1 2015-01-12 18:50:59 -05:00
commit 7676f739a0

View File

@ -352,7 +352,7 @@ elif not GetOption('help'):
if not msvc:
if platform == "Windows":
env.Append(CCFLAGS=['-std=gnu++98'])
env.Append(CXXFLAGS=['-std=gnu++98'])
else:
env.Append(CXXFLAGS=['-std=c++98'])
env.Append(CXXFLAGS=['-Wno-invalid-offsetof'])