GCC 12.1 Released
GCC 12.1 Released
Posted May 10, 2022 18:43 UTC (Tue) by wtarreau (subscriber, #51152)In reply to: GCC 12.1 Released by mpr22
Parent article: GCC 12.1 Released
Exact. Plus "enabling specific warnings" would only work if there was a portable way to enable (or silence) warnings across all compilers without having to perform a discovery pass first. Enabling a fixed set everywhere is trivial when you use *your* compiler for *your* project. When you distribute your code and it builds on a wide range of compilers that's a totally different story.
