Skip to content

Instantly share code, notes, and snippets.

@jaredsinclair
Forked from steipete/gist:d76549ec262430354e7c
Created September 25, 2014 23:44
Show Gist options
  • Save jaredsinclair/6b608ea1a557d81a4b8e to your computer and use it in GitHub Desktop.
Save jaredsinclair/6b608ea1a557d81a4b8e to your computer and use it in GitHub Desktop.
Maximum Warning Overdrive
-Weverything -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Woverlength-strings -Wshadow -Wundeclared-selector -Wunreachable-code -Wformat=2 -Woverriding-method-mismatch -Wno-objc-missing-property-synthesis -Wno-unused-parameter -Wno-covered-switch-default -Wno-direct-ivar-access -Wno-assign-enum -Wno-float-equal -Wno-switch-enum -Wno-implicit-retain-self -Wno-vla -Wno-pedantic -Wno-explicit-ownership-type -Wno-bad-function-cast -Wno-documentation-unknown-command -Wno-packed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment