aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28965187c528..a99c7a1836b5 100644
--- a/Makefile
+++ b/Makefile
@@ -841,7 +841,7 @@ NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
841KBUILD_CFLAGS += -Wdeclaration-after-statement 841KBUILD_CFLAGS += -Wdeclaration-after-statement
842 842
843# Variable Length Arrays (VLAs) should not be used anywhere in the kernel 843# Variable Length Arrays (VLAs) should not be used anywhere in the kernel
844KBUILD_CFLAGS += $(call cc-option,-Wvla) 844KBUILD_CFLAGS += -Wvla
845 845
846# disable pointer signed / unsigned warnings in gcc 4.0 846# disable pointer signed / unsigned warnings in gcc 4.0
847KBUILD_CFLAGS += -Wno-pointer-sign 847KBUILD_CFLAGS += -Wno-pointer-sign