|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67777 - in trunk/libs/chrono: build test
From: vicente.botet_at_[hidden]
Date: 2011-01-08 07:33:55
Author: viboes
Date: 2011-01-08 07:33:54 EST (Sat, 08 Jan 2011)
New Revision: 67777
URL: http://svn.boost.org/trac/boost/changeset/67777
Log:
Boost.Chrono: Ignore some warnings from intel compilers
Text files modified:
trunk/libs/chrono/build/Jamfile.v2 | 4 ++++
trunk/libs/chrono/test/Jamfile.v2 | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/libs/chrono/build/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/build/Jamfile.v2 (original)
+++ trunk/libs/chrono/build/Jamfile.v2 2011-01-08 07:33:54 EST (Sat, 08 Jan 2011)
@@ -52,6 +52,10 @@
<toolset>gcc-mingw-4.4.0:<cxxflags>-fdiagnostics-show-option
<toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
<toolset>gcc-mingw-4.6.0:<cxxflags>-fdiagnostics-show-option
+# Note: Some of the remarks from the Intel compiler are disabled
+# remark #1418: external function definition with no prior declaration
+# remark #304: access control not specified ("public" by default)
+ <toolset>intel:<cxxflags>-wd304,1418
: usage-requirements # pass these requirement to dependents (i.e. users)
#<os>LINUX:<threading>multi
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2011-01-08 07:33:54 EST (Sat, 08 Jan 2011)
@@ -50,6 +50,10 @@
<toolset>gcc-mingw-4.5.0:<cxxflags>-Wno-missing-field-initializers
<toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
<toolset>msvc:<cxxflags>/wd4127
+# Note: Some of the remarks from the Intel compiler are disabled
+# remark #1418: external function definition with no prior declaration
+# remark #304: access control not specified ("public" by default)
+ <toolset>intel:<cxxflags>-wd304,1418
;
rule chrono-run ( sources )
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk