summaryrefslogtreecommitdiffstats
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 d2de86c2eba3..9e41e4563a99 100644
--- a/Makefile
+++ b/Makefile
@@ -810,7 +810,7 @@ NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
810KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) 810KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
811 811
812# disable pointer signed / unsigned warnings in gcc 4.0 812# disable pointer signed / unsigned warnings in gcc 4.0
813KBUILD_CFLAGS += $(call cc-disable-warning, pointer-sign) 813KBUILD_CFLAGS += -Wno-pointer-sign
814 814
815# disable stringop warnings in gcc 8+ 815# disable stringop warnings in gcc 8+
816KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation) 816KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation)