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: | 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)
Change History (2)
by , 12 years ago
Attachment: | boost-serializationExportWarningPatch.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I've fixed this on my own machine, it will eventually migrate to the trunk and then to release