Skip to content

Instantly share code, notes, and snippets.

@mgrabovsky
Created April 22, 2015 19:07
Show Gist options
  • Select an option

  • Save mgrabovsky/cbcc9c1fc81f371716f5 to your computer and use it in GitHub Desktop.

Select an option

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