diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-18 13:56:56 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-18 13:56:56 +0000 |
commit | a8323cc3f5f3ab0621e14ebf543a870feed2280e (patch) | |
tree | f1dbb6bad18c443be814d9a464c51f911e240c25 /acinclude.m4 | |
parent | aa297358686240723236b6b19ee3931148678e06 (diff) | |
download | curl-a8323cc3f5f3ab0621e14ebf543a870feed2280e.tar.gz |
icc adjustments
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 90afe8545..fae9b81de 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2686,10 +2686,10 @@ AC_DEFUN([CURL_CC_DEBUG_OPTS], WARN="-wd279,269,981,1418,1419" WARN="" - if test "$gccnum" -gt "600"; then - dnl icc 6.0 and older doesn't have the -Wall flag - WARN="-Wall $WARN" - fi + dnl if test "$gccnum" -gt "600"; then + dnl dnl icc 6.0 and older doesn't have the -Wall flag + dnl WARN="-Wall $WARN" + dnl fi else dnl $ICC = yes dnl this is a set of options we believe *ALL* gcc versions support: WARN="-W -Wall -Wwrite-strings -pedantic -Wpointer-arith -Wnested-externs -Winline -Wmissing-prototypes" |