summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2005-05-26 15:33:58 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2005-05-26 15:33:58 +0000
commit42a116590b56a49035a440a6b0f3a679f91e9375 (patch)
tree9d0336efcc377777fbea3d61eadd822e774fb906 /cflags.SH
parent5b5a256ab100c58f58aab1b20dc1f7777b745fd1 (diff)
downloadperl-42a116590b56a49035a440a6b0f3a679f91e9375.tar.gz
-Wall is intolerably noisy with icc.
p4raw-id: //depot/perl@24588
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/cflags.SH b/cflags.SH
index 634aba5de4..5a6a7065c7 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -127,6 +127,7 @@ for file do
warn=''
case "$gccversion" in
'') ;;
+Intel*) ;;
*) case "$ccflags" in
*-Wall*) ;;
*) warn="$warn -Wall" ;;