You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2006/10/19 12:33:27 UTC

svn commit: r465564 - /webservices/axis2/trunk/c/xml_schema/samples/configure.ac

Author: pini
Date: Thu Oct 19 03:33:23 2006
New Revision: 465564

URL: http://svn.apache.org/viewvc?view=rev&rev=465564
Log:
Treating to warnings as errors

Modified:
    webservices/axis2/trunk/c/xml_schema/samples/configure.ac

Modified: webservices/axis2/trunk/c/xml_schema/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/samples/configure.ac?view=diff&rev=465564&r1=465563&r2=465564
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/xml_schema/samples/configure.ac Thu Oct 19 03:33:23 2006
@@ -22,7 +22,7 @@
 
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
+    CFLAGS="$CFLAGS -ansi -Wall -Werror -Wno-implicit-function-declaration"
 fi
 LDFLAGS="-lpthread"
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org