aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-compilers.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-14 23:06:39 +0000
committerYang Tse <yangsita@gmail.com>2008-10-14 23:06:39 +0000
commit2f2ed4e40ebb31c80fdaeff2ab9c48d8e1654f02 (patch)
treef199a2b0a898f018e3c7373269028b6c498ef785 /m4/curl-compilers.m4
parent3d582304b67646d952049f679c40a6438a808ced (diff)
Adjust Watcom C warnings:
Disable warnings on structure members padding.
Diffstat (limited to 'm4/curl-compilers.m4')
-rw-r--r--m4/curl-compilers.m44
1 files changed, 2 insertions, 2 deletions
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
;;
#