Subject: [Boost-bugs] [Boost C++ Libraries] #1618: Warnings need supressing
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-02-05 14:58:26
#1618: Warnings need supressing
------------------------------+---------------------------------------------
Reporter: pbristow | Owner: turkanis
Type: Feature Requests | Status: new
Milestone: Boost 1.36.0 | Component: iostreams
Version: Boost 1.34.1 | Severity: Cosmetic
Keywords: |
------------------------------+---------------------------------------------
Warnings need suppressing (at least these but probably more):
iostreams/detail/adaptor/non_blocking.hpp
#ifdef _MSC_VER
# pragma warning (disable : 4512) // assignment operator could not be
generated
#endif
iostreams\chain.hpp
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma warning (disable : 4127) // expression is constant
# pragma once
#endif
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1618>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC