[Bug c/28492] -Wmissing-format-attribute causes warning for vsnprintf()

2015-07-17 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28492 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug c/28492] -Wmissing-format-attribute causes warning for vsnprintf()

2012-04-17 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28492 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic Status|UNCON

[Bug c/28492] -Wmissing-format-attribute causes warning for vsnprintf()

2010-04-04 Thread bernard dot van dot duijnen at oracle dot com
--- Comment #2 from bernard dot van dot duijnen at oracle dot com 2010-04-04 15:08 --- The message may be unclear, but is in itself correct. Your function vsnprintf_one needs an annotation because its first argument is a format string that can be checked itself to be a valid format. As

[Bug c/28492] -Wmissing-format-attribute causes warning for vsnprintf()

2007-01-13 Thread h dot b dot furuseth at usit dot uio dot no
--- Comment #1 from h dot b dot furuseth at usit dot uio dot no 2007-01-13 18:40 --- The warning is a bit misleading, "function might be possible candidate for 'printf' format attribute" means the _calling_ function might be such a candidate, not the function being called on the line