Last active
April 15, 2016 18:58
-
-
Save macserv/4949067 to your computer and use it in GitHub Desktop.
My current Xcode build warning configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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