diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-14 23:06:39 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-14 23:06:39 +0000 |
commit | 2f2ed4e40ebb31c80fdaeff2ab9c48d8e1654f02 (patch) | |
tree | f199a2b0a898f018e3c7373269028b6c498ef785 /ares/m4 | |
parent | 3d582304b67646d952049f679c40a6438a808ced (diff) |
Adjust Watcom C warnings:
Disable warnings on structure members padding.
Diffstat (limited to 'ares/m4')
-rw-r--r-- | ares/m4/cares-compilers.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
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 ;; # |