diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -841,7 +841,7 @@ NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) | |||
| 841 | KBUILD_CFLAGS += -Wdeclaration-after-statement | 841 | KBUILD_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 |
| 844 | KBUILD_CFLAGS += $(call cc-option,-Wvla) | 844 | KBUILD_CFLAGS += -Wvla |
| 845 | 845 | ||
| 846 | # disable pointer signed / unsigned warnings in gcc 4.0 | 846 | # disable pointer signed / unsigned warnings in gcc 4.0 |
| 847 | KBUILD_CFLAGS += -Wno-pointer-sign | 847 | KBUILD_CFLAGS += -Wno-pointer-sign |
