This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/23087] Misleading warning, "... differ in signedness"



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]