Skip to content

Instantly share code, notes, and snippets.

@osuritz
Created May 7, 2014 22:26
Show Gist options
  • Save osuritz/136e8e805c8c9d779502 to your computer and use it in GitHub Desktop.
Save osuritz/136e8e805c8c9d779502 to your computer and use it in GitHub Desktop.
Xcode treat warnings as errors
https://lightyearsoftware.com/2013/03/xcode-hard-mode/
Xcode 5 > select project > Build Settings > Apple LLVM Custom Compiler Flags > Other C Flags
-Weverything -Werror -Wno-pedantic -Wno-objc-missing-property-synthesis -Wno-direct-ivar-access -Wno-arc-repeated-use-of-weak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment