Subject: [Boost-commit] svn:boost r61941 - trunk/boost
From: steven_at_[hidden]
Date: 2010-05-13 00:21:54


Author: steven_watanabe
Date: 2010-05-13 00:21:51 EDT (Thu, 13 May 2010)
New Revision: 61941
URL: http://svn.boost.org/trac/boost/changeset/61941

Log:
Fix some warnings
Text files modified:
   trunk/boost/throw_exception.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/throw_exception.hpp
==============================================================================
--- trunk/boost/throw_exception.hpp (original)
+++ trunk/boost/throw_exception.hpp 2010-05-13 00:21:51 EDT (Thu, 13 May 2010)
@@ -71,6 +71,7 @@
     exception_detail
     {
         template <class E>
+ BOOST_ATTRIBUTE_NORETURN
         void
         throw_exception_( E const & x, char const * current_function, char const * file, int line )
         {