This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/28199] -Wmissing-format-attribute produces false positives on vprintf() like functions
- From: "flameeyes at gentoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jun 2006 12:17:37 -0000
- Subject: [Bug c/28199] -Wmissing-format-attribute produces false positives on vprintf() like functions
- References: <bug-28199-12833@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from flameeyes at gentoo dot org 2006-06-29 12:17 -------
Sorry, I think I misunderstood the error messages' chain, as when the
__attribute__ is malformed (forgot a '('), the warning about the possible
candidate appear anyway, so i thought it was simply being ignored with '0'
parameter.
Sorry :(
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28199