2012-08-08 12:45:07 +02:00
|
|
|
--- acpica-unix-20120420/source/compiler/Makefile 2012-04-21 04:02:33.000000000 +0800
|
2012-08-08 13:25:04 +02:00
|
|
|
+++ acpica-unix-20120420/source/compiler/Makefile 2012-08-08 18:06:11.000000000 +0800
|
|
|
|
@@ -257,19 +257,12 @@
|
|
|
|
# gcc 4+ flags
|
|
|
|
#
|
|
|
|
CWARNINGFLAGS += \
|
|
|
|
- -Waddress \
|
2011-10-12 07:37:59 +02:00
|
|
|
-Waggregate-return \
|
|
|
|
-Wchar-subscripts \
|
2012-08-08 13:25:04 +02:00
|
|
|
- -Wempty-body \
|
2011-10-12 07:37:59 +02:00
|
|
|
- -Wlogical-op \
|
|
|
|
-Wmissing-declarations \
|
2012-08-08 13:25:04 +02:00
|
|
|
- -Wmissing-field-initializers \
|
2011-10-12 07:37:59 +02:00
|
|
|
- -Wmissing-parameter-type \
|
|
|
|
-Wnested-externs \
|
|
|
|
- -Wold-style-declaration \
|
|
|
|
-Wold-style-definition \
|
|
|
|
- -Wredundant-decls \
|
|
|
|
- -Wtype-limits
|
|
|
|
+ -Wredundant-decls
|
|
|
|
|
|
|
|
#
|
|
|
|
# Bison/Flex configuration
|