Adjust Watcom C warnings:
authorYang Tse <yangsita@gmail.com>
Tue, 14 Oct 2008 23:06:39 +0000 (23:06 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 14 Oct 2008 23:06:39 +0000 (23:06 +0000)
  Disable warnings on structure members padding.

ares/m4/cares-compilers.m4
m4/curl-compilers.m4

index dfb05a8..97339ee 100644 (file)
@@ -16,7 +16,7 @@
 #***************************************************************************
 
 # File version for 'aclocal' use. Keep it a single number.
-# serial 33
+# serial 34
 
 
 dnl CARES_CHECK_COMPILER
@@ -970,7 +970,7 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [
         #
         if test "$want_warnings" = "yes"; then
           dnl Issue all warnings
-          tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
+          tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra"
         fi
         ;;
         #
index 1598ad6..b97315f 100644 (file)
@@ -22,7 +22,7 @@
 #***************************************************************************
 
 # File version for 'aclocal' use. Keep it a single number.
-# serial 32
+# serial 33
 
 
 dnl CURL_CHECK_COMPILER
@@ -976,7 +976,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
         #
         if test "$want_warnings" = "yes"; then
           dnl Issue all warnings
-          tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
+          tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra"
         fi
         ;;
         #