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++/33588] gcc warns of (char*) conversion on client-side varargs funcs



------- Comment #3 from manu at gcc dot gnu dot org  2007-11-13 05:19 -------
(In reply to comment #2)
> va_list on the target you are using just happens to be a char* and not a
> seperate type.
> 

So? Is the warning warranted? Can be worked-around? Should GCC detect this case
and not warn?


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org


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


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