projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5b5a256
)
-Wall is intolerably noisy with icc.
Abhijit Menon-Sen [Thu, 26 May 2005 15:33:58 +0000 (15:33 +0000)]
p4raw-id: //depot/perl@24588
cflags.SH
patch
|
blob
|
blame
|
history
diff --git
a/cflags.SH
b/cflags.SH
index
634aba5
..
5a6a706
100755
(executable)
--- 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" ;;