-Werror is Not Your Friend
I want to make a few points up front to short-circuit common misunderstandings with this article: I have a zero warning policy on my projects. I turn on a lot of warnings. -Wall, -Wextra, and a whole host of specific warning flags. I supplement the compiler warnings with analysis from a suite of static analysis …
