diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-09 12:19:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-09 12:19:16 +0000 |
commit | 3072c5b8a127057aa922b7c51051bbb4a630b091 (patch) | |
tree | 753dba5420a524a554afbc9d5687f5fc80d88cce /acinclude.m4 | |
parent | ac1ab03cb0f7477357e5417a719b6ddc73b5dd41 (diff) | |
download | curl-3072c5b8a127057aa922b7c51051bbb4a630b091.tar.gz |
icc adjustments
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 61f6ef96f..a12784285 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3231,6 +3231,7 @@ AC_DEFUN([CURL_CC_DEBUG_OPTS], dnl which we know and do on purpose. 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 |