summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-18 13:56:56 +0000
committerYang Tse <yangsita@gmail.com>2008-09-18 13:56:56 +0000
commit5e9d41fb2917a0fc0f81057f0ffa0c1508c1a22a (patch)
tree60edd105c9760208fdfa0b617137661e55c20ece /acinclude.m4
parentfeb2043b43619ec36ecaa9f6f830c8c79b6a0a80 (diff)
downloadc-ares-5e9d41fb2917a0fc0f81057f0ffa0c1508c1a22a.tar.gz
c-ares-5e9d41fb2917a0fc0f81057f0ffa0c1508c1a22a.tar.bz2
c-ares-5e9d41fb2917a0fc0f81057f0ffa0c1508c1a22a.zip
icc adjustments
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 46b087c..9f77292 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1894,10 +1894,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"