https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #6 from Manuel López-Ibáñez <manu at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #5) > -Werror=unknown-warning should not be ignored, as -Werror=unknown-warning > implies also -Wunknown-warning (unlike -Wno-error=, which doesn't imply > anything). Are you talking about my patch in comment #4? I think it doesn't ignore -Werror=unknown-warning See the hunk in opts.c.