Opened 10 years ago

Closed 10 years ago

#7131 closed Bugs (fixed)

shared_ptr_helper.hpp:130: warning: unused parameter ‘t’

Reported by: jochen.welle@… Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.50.0 Severity: Problem
Keywords: Cc:

Description

get_object_identifier(T & t) at line 130 in boost/archive/shared_ptr_helper.hpp does not use its parameter t fix: replace line 130 with: get_object_identifier(T & ){

Attachments (1)

shared_ptr_helper.patch (91 bytes ) - added by jochen.welle@… 10 years ago.
fix unused parameter t at line 130

Download all attachments as: .zip

Change History (2)

by jochen.welle@…, 10 years ago

Attachment: shared_ptr_helper.patch added

fix unused parameter t at line 130

comment:1 by Robert Ramey, 10 years ago

Resolution: fixed
Status: newclosed

fixed in 1.52

Note: See TracTickets for help on using tickets.