Skip to content

Instantly share code, notes, and snippets.

@mgrabovsky
Created April 22, 2015 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgrabovsky/cbcc9c1fc81f371716f5 to your computer and use it in GitHub Desktop.
Save mgrabovsky/cbcc9c1fc81f371716f5 to your computer and use it in GitHub Desktop.
All GCC sanity warning flags
gcc -v --help 2>&1 | awk '/-W/ && !/=/ && !/[oO]ptions/ && !/larger-than/ { print $1 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment