From: Abhijit Menon-Sen Date: Thu, 26 May 2005 15:33:58 +0000 (+0000) Subject: -Wall is intolerably noisy with icc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42a116590b56a49035a440a6b0f3a679f91e9375;p=p5sagit%2Fp5-mst-13.2.git -Wall is intolerably noisy with icc. p4raw-id: //depot/perl@24588 --- diff --git a/cflags.SH b/cflags.SH index 634aba5..5a6a706 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" ;;