[Bug c/60296] Confusing -Wformat warning on invalid format string

2015-02-27 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60296 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/60296] Confusing -Wformat warning on invalid format string

2014-02-21 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60296 --- Comment #1 from Andreas Schwab --- For the % conversion there are no modifiers defined, so gcc stops before the second %, parsing the rest as %*d, which requires two arguments.