This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33588] gcc warns of (char*) conversion on client-side varargs funcs
- From: "manu at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Nov 2007 05:19:25 -0000
- Subject: [Bug c++/33588] gcc warns of (char*) conversion on client-side varargs funcs
- References: <bug-33588-12951@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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