source: NonGTP/Boost/boost/iostreams/detail/config/enable_warnings.hpp @ 857

Revision 857, 575 bytes checked in by igarcia, 18 years ago (diff)
Line 
1// (C) Copyright Jonathan Turkanis 2003.
2// Distributed under the Boost Software License, Version 1.0. (See accompanying
3// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
4
5// See http://www.boost.org/libs/iostreams for documentation.
6
7#if defined(BOOST_MSVC)
8# pragma warning(pop)
9#else
10# if BOOST_WORKAROUND(__BORLANDC__, < 0x600)
11#  pragma warn .8008     // Condition always true/false.
12#  pragma warn .8071     // Conversion may lose significant digits.
13#  pragma warn .8080     // identifier declared but never used.
14# endif
15#endif
Note: See TracBrowser for help on using the repository browser.