Adjust Watcom C warnings:

Disable warnings on structure members padding.
This commit is contained in:
Yang Tse 2008-10-14 23:06:39 +00:00
parent 3d582304b6
commit 2f2ed4e40e
2 changed files with 4 additions and 4 deletions

View 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
;;
#

View 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
;;
#