Opened 12 years ago

Closed 12 years ago

#5416 closed Bugs (fixed)

Warning while compiling with GCC 4.4.1 in export.hpp

Reported by: boldie@… Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.46.1 Severity: Problem
Keywords: Cc:

Description

While compiling boost with gcc v4.4.1 I got this warning message: boost/serialization/export.hpp:134: error: type qualifiers ignored on function return type [-Wignored-qualifiers]

There seems to be a coding error, const void should be void only.

A patch is included.

Attachments (1)

boost-serializationExportWarningPatch.patch (502 bytes ) - added by anonymous 12 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 by Robert Ramey, 12 years ago

Resolution: fixed
Status: newclosed

I've fixed this on my own machine, it will eventually migrate to the trunk and then to release

Note: See TracTickets for help on using tickets.