diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-18 20:13:55 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-18 20:13:55 +0000 |
commit | c36f0e71b6f6e2e04a5ad0ed96887c502452bef8 (patch) | |
tree | 6ca23526fe9e855e1d9f1e9435b9464c1c7c2a36 /m4/curl-compilers.m4 | |
parent | a028c69f48bb74e435d9313e152ce0b42ee351a8 (diff) | |
download | curl-c36f0e71b6f6e2e04a5ad0ed96887c502452bef8.tar.gz |
attempting to keep lines below 80 chars
Diffstat (limited to 'm4/curl-compilers.m4')
-rw-r--r-- | m4/curl-compilers.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4 index 85ba2a3e2..d832a6fd8 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 44 +# serial 46 dnl CURL_CHECK_COMPILER @@ -883,7 +883,9 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [ # dnl Only gcc 4.3 or later if test "$compiler_num" -ge "403"; then - tmp_CFLAGS="$tmp_CFLAGS -Wtype-limits -Wold-style-declaration -Wmissing-parameter-type -Wempty-body -Wclobbered -Wignored-qualifiers" + tmp_CFLAGS="$tmp_CFLAGS -Wtype-limits -Wold-style-declaration" + tmp_CFLAGS="$tmp_CFLAGS -Wmissing-parameter-type -Wempty-body" + tmp_CFLAGS="$tmp_CFLAGS -Wclobbered -Wignored-qualifiers" fi # fi |