blob: d1c954f825798683af64806cb4d825a71309ab03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- acpica-unix-20120420/source/compiler/Makefile 2012-04-21 04:02:33.000000000 +0800
+++ acpica-unix-20120420/source/compiler/Makefile 2012-08-08 18:06:11.000000000 +0800
@@ -257,19 +257,12 @@
# gcc 4+ flags
#
CWARNINGFLAGS += \
- -Waddress \
-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
#
# Bison/Flex configuration
|