summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fc62e6bb88c..028ba678a8c8 100644
--- a/Makefile
+++ b/Makefile
@@ -415,7 +415,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__
KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common \
-Werror-implicit-function-declaration \
- -Wno-format-security \
+ -Wno-format-security -Wno-stringop-overflow -Wno-address -Wno-array-bounds -Wno-array-compare -Wno-address-of-packed-member -Wno-stringop-overread -Wno-dangling-pointer -Wno-missing-attributes -Wno-restrict -Wno-enum-int-mismatch \
-std=gnu89 $(call cc-option,-fno-PIE)