From bd0e2f9f8cc4f1451fba8d78dd88071733763c8c Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 14 Oct 2008 23:06:39 +0000 Subject: [PATCH] Adjust Watcom C warnings: Disable warnings on structure members padding. --- m4/cares-compilers.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/cares-compilers.m4 b/m4/cares-compilers.m4 index dfb05a8d..97339ee4 100644 --- a/m4/cares-compilers.m4 +++ b/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 ;; #