Skip to content

Instantly share code, notes, and snippets.

@chbeer
Last active December 21, 2015 17:18
Show Gist options
  • Save chbeer/6339038 to your computer and use it in GitHub Desktop.
Save chbeer/6339038 to your computer and use it in GitHub Desktop.
My current "other c flags" setting for get a good amount of warnings and turn the most important/dangerous warnings into errors.
-Wall
-Wno-deprecated-declarations
-Werror=incompatible-pointer-types
-Werror=arc-retain-cycles
-Werror=implicit-function-declaration
-Werror=return-type
-Werror=format
-Werror=mismatched-parameter-types
-Werror=tautological-constant-out-of-range-compare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment