Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Always enable additional warnings when using gcc.

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -3 -r1.223 -r1.224
--- configure.in        19 Aug 2007 19:25:40 -0000      1.223
+++ configure.in        19 Aug 2007 19:28:23 -0000      1.224
@@ -286,10 +286,7 @@
   CPPFLAGS="-x c++"
 fi
 
-AC_ARG_ENABLE(gcc-warnings,
-  [  --enable-gcc-warnings   enable GCC compiler warnings @<:@default=no@:>@],,
-  enable_gcc_warnings=no) 
-if test "x$enable_gcc_warnings" = "xyes"; then
+if test "x$GCC" = "xyes"; then
   CFLAGS="$CFLAGS -W -Wall -Waggregate-return -Wcast-align -Wpointer-arith 
-Wshadow -Wwrite-strings"
   if test "x$enable_gcc_cpp" != "xyes"; then
     CFLAGS="$CFLAGS -Wmissing-prototypes -Wmissing-declarations 
-Wstrict-prototypes"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to