You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2007/06/01 21:23:35 UTC

apr-iconv, one remaining warning

iconv_ccs.c: In function 'apr_iconv_ccs_event':
iconv_ccs.c:47: warning: assignment discards qualifiers from pointer target type



I'm not a fan of casting away const-ness, but correcting this led to a
cascade of additional const's and I didn't have the cycles to unwind it.

If anyone feels like touching apr-iconv, this aught to be fixed one of
these days.  Just not in 1.2.0 :)

Bill