Opened 13 years ago
Closed 12 years ago
#3591 closed Bugs (fixed)
boost\date_time\posix_time\time_serialize.hpp(140) : warning C4100: 'ar' : unreferenced formal parameter
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | Component: | date_time | |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Warning flood. Patch:
Index: date_time/posix_time/time_serialize.hpp =================================================================== --- date_time/posix_time/time_serialize.hpp (revision 66) +++ date_time/posix_time/time_serialize.hpp (working copy) @@ -137,7 +137,7 @@
!override needed b/c no default constructor template<class Archive>
-inline void load_construct_data(Archive & ar, +inline void load_construct_data(Archive & /*ar*/,
posix_time::ptime* pt, const unsigned int /*file_version*/)
{
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | date_time_posix_time_time_serialize.hpp.patch added |
---|
comment:1 by , 13 years ago
Component: | serialization → date_time |
---|---|
Owner: | changed from | to
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for the problem