Skip to content

Instantly share code, notes, and snippets.

@macserv
Last active April 15, 2016 18:58
Show Gist options
  • Save macserv/4949067 to your computer and use it in GitHub Desktop.
Save macserv/4949067 to your computer and use it in GitHub Desktop.
My current Xcode build warning configuration
OTHER_CFLAGS = -Weverything -Wno-gnu -Wno-objc-missing-property-synthesis -Wno-undef -Wno-sign-compare -Wno-switch-enum -Wno-receiver-is-weak -Wno-direct-ivar-access -Wno-arc-repeated-use-of-weak -Wno-assign-enum -Wno-vla -Wno-documentation -Wno-documentation-unknown-command -Wno-padded -Wno-cstring-format-directive
// Software Versions
// Xcode: 7.2.1
// Apple LLVM version 7.0.2 (clang-700.1.81)
// Target: x86_64-apple-darwin14.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment