GCC 12.1 Released
GCC 12.1 Released
Posted May 10, 2022 15:51 UTC (Tue) by dvdeug (subscriber, #10998)In reply to: GCC 12.1 Released by wtarreau
Parent article: GCC 12.1 Released
If you want all warnings, use Wall. If you want a specific set of warnings, turn just those warnings on. Turning arbitrary warnings on and turning warnings into errors turns the language into an ever-evolving, compiler-specific language, which is your choice, but something terribly silly to complain about.
