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/6614] [-Wconversion] incorrect conversion warning for function taking a short


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 02:46 -------
The problem I see here is that the error is just written wrong.

I think it should say something like:
warning: passing arg 1 of `func' is not converted due to a prototype.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
   Last reconfirmed|2003-11-09 20:10:59         |2004-04-27 02:46:01
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614


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