[svn:parrot] r45039 - trunk/config/auto
petdance at svn.parrot.org
petdance at svn.parrot.org
Thu Mar 18 22:47:17 UTC 2010
Author: petdance
Date: Thu Mar 18 22:47:15 2010
New Revision: 45039
URL: https://trac.parrot.org/parrot/changeset/45039
Log:
removed the ICC compiler options that silence many of the warnings.
Modified:
trunk/config/auto/warnings.pm
Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm Thu Mar 18 22:25:09 2010 (r45038)
+++ trunk/config/auto/warnings.pm Thu Mar 18 22:47:15 2010 (r45039)
@@ -220,21 +220,9 @@
# Warning flags docs
# http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/lin/compiler_c/index.htm
+
$icc->{'basic'} = [ qw(
-w2
-
- -wd117
- -wd177
- -wd181
- -wd269
- -wd810
- -wd869
- -wd981
- -wd1296
- -wd1419
- -wd1572
- -wd1599
-
-Wabi
-Wall
-Wcheck
More information about the parrot-commits
mailing list