Opened 14 years ago
Closed 14 years ago
#2387 closed Patches (fixed)
[patch] fix gcc 4.3 warning in archive/iterators/base64_from_binary.hpp
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Under -Wall -Werror, compilation of from_6_bit::operator() in base64_from_binary.hpp fails with the following error:
" /usr/include/boost-1_36/boost/archive/iterators/base64_from_binary.hpp:46: error: array subscript has type ‘char’ "
The attached patch against r49167 fixes this warning.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | from_6_bit_subscript.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in local copy, will eventually migrate to trunk/release
Note:
See TracTickets
for help on using tickets.
patch against r49167