Skip to content

Instantly share code, notes, and snippets.

@Morbix
Last active August 1, 2022 08:15
Show Gist options
  • Save Morbix/3a986c97737cb05518306bf54b7f2459 to your computer and use it in GitHub Desktop.
Save Morbix/3a986c97737cb05518306bf54b7f2459 to your computer and use it in GitHub Desktop.
[Xcode] Ignore all warnings in a specific file
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