Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67776 - trunk/libs/ratio/test
From: vicente.botet_at_[hidden]
Date: 2011-01-08 07:32:18


Author: viboes
Date: 2011-01-08 07:32:17 EST (Sat, 08 Jan 2011)
New Revision: 67776
URL: http://svn.boost.org/trac/boost/changeset/67776

Log:
Boost.Ratio: Ignore some warnings from intel compilers

Text files modified:
   trunk/libs/ratio/test/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/ratio/test/Jamfile.v2
==============================================================================
--- trunk/libs/ratio/test/Jamfile.v2 (original)
+++ trunk/libs/ratio/test/Jamfile.v2 2011-01-08 07:32:17 EST (Sat, 08 Jan 2011)
@@ -41,7 +41,7 @@
 # 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>-w304,1418
+ <toolset>intel:<cxxflags>-wd304,1418
     ;
 
     test-suite "ratio.ratio"


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