Opened 13 years ago

Closed 13 years ago

#3590 closed Patches (fixed)

boost\serialization\serialization.hpp(91) : warning C4100: 'ar' : unreferenced formal parameter

Reported by: Seweryn Habdank-Wojewodzki <seweryn@…> Owned by: Robert Ramey
Milestone: Component: serialization
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

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*/

){

Attachments (1)

serialization_serialization.hpp.patch (484 bytes ) - added by Seweryn Habdank-Wojewodzki <seweryn@…> 13 years ago.
Patch for the problem

Download all attachments as: .zip

Change History (2)

by Seweryn Habdank-Wojewodzki <seweryn@…>, 13 years ago

Patch for the problem

comment:1 by Robert Ramey, 13 years ago

Resolution: fixed
Status: newclosed
Type: BugsPatches

My copies are showing this as fixed.

Note: See TracTickets for help on using tickets.