Last active
August 1, 2022 08:15
-
-
Save Morbix/3a986c97737cb05518306bf54b7f2459 to your computer and use it in GitHub Desktop.
[Xcode] Ignore all warnings in a specific file
This file contains hidden or 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
Xcode > Project > Target > Build Phases > Compile Sources > Compiler Flags: -w | |
Source: http://stackoverflow.com/questions/6921884/in-xcode-how-to-suppress-all-warnings-in-specific-source-files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment