http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47781

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2011-02-17 
11:57:54 UTC ---
Which project is this?

I think a patch that adds -Wno-format-unknown-specifier would be accepted if
properly submitted:

http://gcc.gnu.org/contribute.html

See how the other Wformat-* options are defined in gcc/c-family/c.opt. Then,
grep for unknown conversion type character, and just change OPT_Wformat in the
warning call. You'll have to add new testcases and adjust existing ones.

Reply via email to