539
???
(lemm.ee)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
It's a pretty standard flag in basically all compiled languages, just goes by a different name.
-werror
in C,-Werror
in Java,TreatWarningsAsErrors
in C#, etc.