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 di...@apache.org on 2008/01/29 21:30:22 UTC

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

Author: dinesh
Date: Tue Jan 29 12:30:19 2008
New Revision: 616508

URL: http://svn.apache.org/viewvc?rev=616508&view=rev
Log:
fixed: axis2c-774, add -Wno-implicit-function-declaration to samples configure.ac

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

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/configure.ac?rev=616508&r1=616507&r2=616508&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Tue Jan 29 12:30:19 2008
@@ -47,7 +47,7 @@
 dnl Checks for libraries.
 AC_CHECK_LIB(dl, dlopen)
 
-CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE "
+CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration"
 LDFLAGS="$LDFLAGS -lpthread"
 
 dnl Checks for header files.



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