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 #2 from pinskia at gcc dot gnu dot org  2007-09-29 18:04 -------
va_list on the target you are using just happens to be a char* and not a
seperate type.


-- 


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]