This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/67479] Support for -Wformat-pedantic


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67479

--- Comment #2 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> ---
If maintaining the current behavior,  which requires both -Wpedantic and
-Wformat, is desired, just define -Wformat-pedantic using LangEnabledBy(,
Wformat && Wpedantic) in c.opt.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]