From: bangerth Date: Sat, 2 Oct 2010 03:55:54 +0000 (+0000) Subject: Remove another couple of warnings. They may be legit but we're only *using* boost... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ae5923862d401dbaf77dbb7c5782c6bf91a4ee;p=dealii-svn.git Remove another couple of warnings. They may be legit but we're only *using* boost, not developing it, and there is nothing we can do about this case right here. git-svn-id: https://svn.dealii.org/trunk@22232 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/boost/include/boost/spirit/core/composite/actions.hpp b/deal.II/contrib/boost/include/boost/spirit/core/composite/actions.hpp index d35d5e3330..f712e0513b 100644 --- a/deal.II/contrib/boost/include/boost/spirit/core/composite/actions.hpp +++ b/deal.II/contrib/boost/include/boost/spirit/core/composite/actions.hpp @@ -15,7 +15,7 @@ #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__) # pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_actions.hpp") #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__) -# warning "This header is deprecated. Please use: boost/spirit/include/classic_actions.hpp" +//# warning "This header is deprecated. Please use: boost/spirit/include/classic_actions.hpp" #endif #endif diff --git a/deal.II/contrib/boost/include/boost/spirit/core/composite/operators.hpp b/deal.II/contrib/boost/include/boost/spirit/core/composite/operators.hpp index 5474f2a55a..50519672a6 100644 --- a/deal.II/contrib/boost/include/boost/spirit/core/composite/operators.hpp +++ b/deal.II/contrib/boost/include/boost/spirit/core/composite/operators.hpp @@ -15,7 +15,7 @@ #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__) # pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_operators.hpp") #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__) -# warning "This header is deprecated. Please use: boost/spirit/include/classic_operators.hpp" +//# warning "This header is deprecated. Please use: boost/spirit/include/classic_operators.hpp" #endif #endif diff --git a/deal.II/contrib/boost/include/boost/spirit/core/non_terminal/rule.hpp b/deal.II/contrib/boost/include/boost/spirit/core/non_terminal/rule.hpp index 47ae7c9302..5e34b0251d 100644 --- a/deal.II/contrib/boost/include/boost/spirit/core/non_terminal/rule.hpp +++ b/deal.II/contrib/boost/include/boost/spirit/core/non_terminal/rule.hpp @@ -15,7 +15,7 @@ #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__) # pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_rule.hpp") #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__) -# warning "This header is deprecated. Please use: boost/spirit/include/classic_rule.hpp" +//# warning "This header is deprecated. Please use: boost/spirit/include/classic_rule.hpp" #endif #endif diff --git a/deal.II/contrib/boost/include/boost/spirit/core/primitives/numerics.hpp b/deal.II/contrib/boost/include/boost/spirit/core/primitives/numerics.hpp index e03218f67e..7a55268566 100644 --- a/deal.II/contrib/boost/include/boost/spirit/core/primitives/numerics.hpp +++ b/deal.II/contrib/boost/include/boost/spirit/core/primitives/numerics.hpp @@ -15,7 +15,7 @@ #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__) # pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_numerics.hpp") #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__) -# warning "This header is deprecated. Please use: boost/spirit/include/classic_numerics.hpp" +//# warning "This header is deprecated. Please use: boost/spirit/include/classic_numerics.hpp" #endif #endif