Subject: [Boost-bugs] [Boost C++ Libraries] #3590: boost\serialization\serialization.hpp(91) : warning C4100: 'ar' : unreferenced formal parameter
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-11-05 07:27:20
#3590: boost\serialization\serialization.hpp(91) : warning C4100: 'ar' :
unreferenced formal parameter
-------------------------------------------------------------+--------------
Reporter: Seweryn Habdank-Wojewodzki <seweryn@â¦> | Owner: ramey
Type: Bugs | Status: new
Milestone: | Component: serialization
Version: Boost Development Trunk | Severity: Cosmetic
Keywords: |
-------------------------------------------------------------+--------------
Minor warning, but flooding.
Patch:
Index: serialization/serialization.hpp
===================================================================
--- serialization/serialization.hpp (revision 66)
+++ serialization/serialization.hpp (working copy)
@@ -88,7 +88,7 @@
// load data required for construction and invoke constructor in place
template<class Archive, class T>
inline void load_construct_data(
- Archive & ar,
+ Archive & /*ar*/,
T * t,
const BOOST_PFTO unsigned int /*file_version*/
){
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3590> 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:01 UTC