Chris@16: // (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com) Chris@16: // (C) Copyright 2003-2007 Jonathan Turkanis Chris@16: // Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.) Chris@16: Chris@16: // See http://www.boost.org/libs/iostreams for documentation. Chris@16: Chris@16: #if defined(BOOST_MSVC) Chris@16: # pragma warning(pop) Chris@16: #else Chris@16: # if BOOST_WORKAROUND(__BORLANDC__, < 0x600) Chris@16: # pragma warn .8008 // Condition always true/false. Chris@16: # pragma warn .8066 // Unreachable code. Chris@16: # pragma warn .8071 // Conversion may lose significant digits. Chris@16: # pragma warn .8072 // Suspicious pointer arithmetic. Chris@16: # pragma warn .8080 // identifier declared but never used. Chris@16: # endif Chris@16: #endif