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 #11 from manu at gcc dot gnu dot org  2008-03-31 11:03 -------
Actually as a user I would find clearer a warning such:

warning: initialization of 'signed char *' from incompatible pointer type 'char
*'

so CONFIRMED.


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org
   Last reconfirmed|2006-01-08 05:22:34         |2008-03-31 11:03:55
               date|                            |


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]