This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to tag 0.94
in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git

commit 9cac45d110cf7627049c61604f1ca6531080d0d6
Author: Weerapurage Dinesh Premalal <[email protected]>
AuthorDate: Tue Oct 3 15:32:26 2006 +0000

    removed -Werror from 0.94
---
 axiom/configure.ac         | 2 +-
 build.sh                   | 2 +-
 configure.ac               | 2 +-
 guththila/configure.ac     | 2 +-
 rampart/configure.ac       | 2 +-
 tools/codegen/configure.ac | 2 +-
 xml_schema/configure.ac    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/axiom/configure.ac b/axiom/configure.ac
index 21f4005..5be78b7 100644
--- a/axiom/configure.ac
+++ b/axiom/configure.ac
@@ -24,7 +24,7 @@ AC_CHECK_LIB(z, inflate)
 #CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE 
-Wno-implicit-function-declaration"
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration -Werror"
+    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
 fi
 LDFLAGS="-lpthread"
 
diff --git a/build.sh b/build.sh
index f961674..d8df627 100755
--- a/build.sh
+++ b/build.sh
@@ -6,7 +6,7 @@ export AXIS2C_HOME
 
 echo "AXIS2C_HOME = ${AXIS2C_HOME}"
 
-./configure --prefix=${AXIS2C_HOME} 
+./configure --prefix=${AXIS2C_HOME}
 make 
 make install
 
diff --git a/configure.ac b/configure.ac
index 3d6b017..77858e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ fi
 #CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE 
-Wno-implicit-function-declaration"
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration -Werror"
+    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
 #    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
 fi
 LDFLAGS="-lpthread"
diff --git a/guththila/configure.ac b/guththila/configure.ac
index d262f8f..b011dab 100644
--- a/guththila/configure.ac
+++ b/guththila/configure.ac
@@ -22,7 +22,7 @@ AC_CHECK_LIB(dl, dlopen)
 
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -ggdb3 -Wall -Wno-implicit-function-declaration 
-Werror"
+    CFLAGS="$CFLAGS -ansi -ggdb3 -Wall -Wno-implicit-function-declaration"
 fi
 LDFLAGS="-lpthread"
 
diff --git a/rampart/configure.ac b/rampart/configure.ac
index 7115640..a9392c0 100644
--- a/rampart/configure.ac
+++ b/rampart/configure.ac
@@ -22,7 +22,7 @@ AC_CHECK_LIB(dl, dlopen)
 
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -Werror -Wall -Wno-implicit-function-declaration"
+    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
     #CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
 fi
 LDFLAGS="-lpthread"
diff --git a/tools/codegen/configure.ac b/tools/codegen/configure.ac
index 86247cb..d004b0a 100644
--- a/tools/codegen/configure.ac
+++ b/tools/codegen/configure.ac
@@ -20,7 +20,7 @@ AC_PROG_MAKE_SET
 
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration -Werror"
+    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
 fi
 LDFLAGS="-lpthread"
 
diff --git a/xml_schema/configure.ac b/xml_schema/configure.ac
index 46acb3d..b4a9afb 100644
--- a/xml_schema/configure.ac
+++ b/xml_schema/configure.ac
@@ -22,7 +22,7 @@ AC_CHECK_LIB(dl, dlopen)
 
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -Wall -Werror -Wno-implicit-function-declaration"
+    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration"
 fi
 LDFLAGS="-lpthread"
 

Reply via email to