[Boost-bugs] [Boost C++ Libraries] #5466: Warning from serialization.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #5466: Warning from serialization.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-13 11:13:35


#5466: Warning from serialization.hpp
------------------------------+---------------------------------------------
 Reporter: pbristow | Owner: ramey
     Type: Support Requests | Status: new
Milestone: Boost 1.47.0 | Component: serialization
  Version: Boost 1.47.0 | Severity: Cosmetic
 Keywords: |
------------------------------+---------------------------------------------
 #if defined(_MSC_VER) && (_MSC_VER >= 1310)
 # pragma warning (disable : 4675) // suppress ADL warning.
 # pragma warning(disable : 4100) // unreferenced formal parameter.
 #endif

 To suppress ugly warnings on MSVC, I'd like to add

 # pragma warning(disable : 4100) // unreferenced formal parameter.

 as above.

 Thanks.

 OK to commit to trunk?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5466>
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:50:06 UTC