[Bug c++/42748] warnings about 'mangling of 'va_list' has changed in GCC 4.4' not suppressed in sytem headers

manu at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 29 13:09:00 GMT 2010



------- Comment #13 from manu at gcc dot gnu dot org  2010-01-29 13:09 -------
Why is this a note and not simply a warning? Anyway, in_system_header should
slowly go away, either use diagnostic_report_warnings_p (input_location) or
in_system_header_at (input_location). None of them is necessary if you just
used warning(OPT_Wpsabi,).


-- 

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=42748



More information about the Gcc-bugs mailing list