Author: cazfi
Date: Mon Nov  9 17:28:29 2015
New Revision: 30493

URL: http://svn.gna.org/viewcvs/freeciv?rev=30493&view=rev
Log:
Removed -Wshadow from CXXFLAGS.

Reported by Jacob Nevins <jtn>

See bug #24005

Modified:
    branches/S2_6/m4/debug.m4

Modified: branches/S2_6/m4/debug.m4
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/m4/debug.m4?rev=30493&r1=30492&r2=30493&view=diff
==============================================================================
--- branches/S2_6/m4/debug.m4   (original)
+++ branches/S2_6/m4/debug.m4   Mon Nov  9 17:28:29 2015
@@ -54,7 +54,7 @@
              [], [EXTRA_DEBUG_CFLAGS])
   if test "x$cxx_works" = "xyes" ; then
     FC_CXX_FLAGS([-Werror -Wmissing-prototypes -Wmissing-declarations \
-                  -Wformat -Wformat-security -Wshadow],
+                  -Wformat -Wformat-security],
                  [], [EXTRA_DEBUG_CXXFLAGS])
   fi
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to