What warning flags should you use to compile your project under GCC and/or Clang?
Well, everyone should be compiling with -W -Wall (and probably also -Wextra).
But some misguided devs are out there compiling with
Clang’s -Weverything flag.
Stop that!