https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118458
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I would say building with -Werror is only recommended in a controlled environments. If a library has some extra warnings in some cases, sprinkling sparsely `#pragma gcc diagnostic ignored "-Wspecific"` is the best instead of using the hamer of -Weverything.