0001-Don-t-use-werror.patch 920 B

123456789101112131415161718192021222324252627282930313233
  1. From 1688bbeee3a602033e85e7ea9ae87c367d666e31 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Sun, 15 Dec 2013 17:04:08 +0100
  4. Subject: [PATCH 1/2] Don't use -werror
  5. ---
  6. CrashReporter.xcodeproj/project.pbxproj | 2 --
  7. 1 file changed, 2 deletions(-)
  8. diff --git a/CrashReporter.xcodeproj/project.pbxproj b/CrashReporter.xcodeproj/project.pbxproj
  9. index 868de19..a7db131 100644
  10. --- a/CrashReporter.xcodeproj/project.pbxproj
  11. +++ b/CrashReporter.xcodeproj/project.pbxproj
  12. @@ -4360,7 +4360,6 @@
  13. VALID_ARCHS = "i386 ppc armv7 armv7s armv6 x86_64 arm64";
  14. WARNING_CFLAGS = (
  15. "-Wall",
  16. - "-Werror",
  17. "-Wno-shorten-64-to-32",
  18. );
  19. };
  20. @@ -4391,7 +4390,6 @@
  21. VALID_ARCHS = "i386 ppc armv7 armv7s armv6 x86_64 arm64";
  22. WARNING_CFLAGS = (
  23. "-Wall",
  24. - "-Werror",
  25. "-Wno-shorten-64-to-32",
  26. );
  27. };
  28. --
  29. 1.8.3.4 (Apple Git-47)