------- Comment #9 from pinskia at gcc dot gnu dot org 2008-03-30 20:42 ------- >I'd expect the warning to be muted in one of the calls, depending on -f{un}signed-char.
No, char is a seperate type from signed char and unsigned char so they are always incompatiable when it comes to pointers to them. Closing as invalid. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23087