Author: loonycyborg
Date: Mon Jun 30 21:08:36 2008
New Revision: 27623

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27623&view=rev
Log:
Added -W -Wall to strict compilation.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=27623&r1=27622&r2=27623&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Mon Jun 30 21:08:36 2008
@@ -248,7 +248,7 @@
     env.AppendUnique(LINKFLAGS = "-all-static")
 
 if env['strict']:
-    env.AppendUnique(CXXFLAGS = Split("-Werror -Wno-unused -Wno-sign-compare"))
+    env.AppendUnique(CXXFLAGS = Split("-W -Wall -Werror -Wno-unused 
-Wno-sign-compare"))
 
 if env['gui'] == 'tiny':
     env.Append(CPPDEFINES = "USE_TINY_GUI")


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to