aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/acpica-unix-20121114_drop_cflags_unknown_to_xcode.patch
blob: a4d55da18a93f6fcc86ddb469de97b718d899399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -ur acpica-unix-20121114.orig/generate/unix/Makefile.config acpica-unix-20121114/generate/unix/Makefile.config
--- acpica-unix-20121114.orig/generate/unix/Makefile.config	2012-11-14 08:22:38.000000000 -0800
+++ acpica-unix-20121114/generate/unix/Makefile.config	2012-12-05 15:53:35.000000000 -0800
@@ -135,15 +135,11 @@
     -Waggregate-return \
     -Wchar-subscripts \
     -Wempty-body \
-    -Wlogical-op \
     -Wmissing-declarations \
     -Wmissing-field-initializers \
-    -Wmissing-parameter-type \
     -Wnested-externs \
-    -Wold-style-declaration \
     -Wold-style-definition \
-    -Wredundant-decls \
-    -Wtype-limits
+    -Wredundant-decls
 
 #
 # Extra warning flags (possible future use)