From: Yang Tse Date: Tue, 14 Oct 2008 23:06:39 +0000 (+0000) Subject: Adjust Watcom C warnings: X-Git-Tag: curl-7_19_1~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f2ed4e40ebb31c80fdaeff2ab9c48d8e1654f02;p=curl Adjust Watcom C warnings: Disable warnings on structure members padding. --- diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4 index dfb05a8db..97339ee4f 100644 --- a/ares/m4/cares-compilers.m4 +++ b/ares/m4/cares-compilers.m4 @@ -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 ;; # diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4 index 1598ad6fd..b97315f22 100644 --- a/m4/curl-compilers.m4 +++ b/m4/curl-compilers.m4 @@ -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 ;; #