On Wed, 23 Jan 2019 at 11:21, Franz Sirl wrote: > The LLVM devs may hate it, but as maintainer of a multi-platform > multi-compiler automated build framework I _love_ -Weverything. It's > much easier to handle a compiler upgrade this way without missing any > new warnings not enabled by -Wall -Wextra.
When there are new warnings that aren't enabled by -Wall -Wextra, there's probably a reason they aren't enabled by default. "Gotta catch 'em all" is for Pokemon, not compiler warnings ;-)