------- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-21 21:53 ------- The reasoning behind signed char not giving a warning is because in C/C++, char can either be unsigned or signed depending on the target so the warning is only for char and not for the specific marked signed character types.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39841