diff --git a/SConstruct b/SConstruct index 7ba53d4bf60..77c8c351370 100644 --- a/SConstruct +++ b/SConstruct @@ -43,7 +43,7 @@ if sys.platform == 'linux2' or sys.platform == 'linux-i386': extra_flags = ['-pipe', '-fPIC', '-funsigned-char'] cxxflags = [] defines = [] - warn_flags = ['-Wall', '-W'] + warn_flags = ['-Wall'] window_system = 'X11' platform_libs = ['m', 'util', 'stdc++'] platform_libpath = []