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: Bryan Silverthorn <bcs26@…> 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)

from_6_bit_subscript.patch (444 bytes ) - added by Bryan Silverthorn <bcs26@…> 14 years ago.
patch against r49167

Download all attachments as: .zip

Change History (2)

by Bryan Silverthorn <bcs26@…>, 14 years ago

Attachment: from_6_bit_subscript.patch added

patch against r49167

comment:1 by Robert Ramey, 14 years ago

Resolution: fixed
Status: newclosed

fixed in local copy, will eventually migrate to trunk/release

Note: See TracTickets for help on using tickets.