Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65061 - sandbox/chrono/boost/chrono/detail
From: vicente.botet_at_[hidden]
Date: 2010-08-28 03:15:46


Author: viboes
Date: 2010-08-28 03:15:40 EDT (Sat, 28 Aug 2010)
New Revision: 65061
URL: http://svn.boost.org/trac/boost/changeset/65061

Log:
remove warning ;; with -pedantic
Text files modified:
   sandbox/chrono/boost/chrono/detail/static_assert.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/chrono/boost/chrono/detail/static_assert.hpp
==============================================================================
--- sandbox/chrono/boost/chrono/detail/static_assert.hpp (original)
+++ sandbox/chrono/boost/chrono/detail/static_assert.hpp 2010-08-28 03:15:40 EDT (Sat, 28 Aug 2010)
@@ -22,7 +22,7 @@
 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \
     BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES)
 #elif defined(BOOST_CHRONO_USES_ARRAY_ASSERT)
-#define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LINE__)[CND];
+#define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LINE__)[CND]
 #else
 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES)
 #endif


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