Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. "-Wconditional-uninitialized",
  2. "-Wbad-function-cast",
  3. "-Wavailability",
  4. "-Warc-retain-cycles",
  5. "-Wall",
  6. "-Wduplicate-method-match",
  7. "-Wempty-body",
  8. "-Wendif-labels",
  9. "-Werror",
  10. "-Werror=deprecated-objc-isa-usage",
  11. "-Werror=objc-root-class",
  12. "-Wenum-compare",
  13. "-Werror=return-type",
  14. "-Wimplicit-atomic-properties",
  15. "-Wincomplete-implementation",
  16. "-Winfinite-recursion",
  17. "-Wnonnull",
  18. "-Wno-unused-parameter",
  19. "-Wprotocol",
  20. "-Wshadow",
  21. "-Wshadow-ivar",
  22. "-Wparentheses",
  23. "-Wswitch",
  24. "-Wstrict-selector-match",
  25. "-Wundeclared-selector",
  26. "-Wunreachable-code",
  27. "-Wunused-function",
  28. "-Wunused-variable",
  29. "-Wunused-value",
  30. "-Wundeclared-selector",
  31. "-Wno-error=deprecated",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement