|
@@ -805,7 +805,6 @@ endif
|
|
|
|
|
|
# arch Makefile may override CC so keep this after arch Makefile is included
|
|
# arch Makefile may override CC so keep this after arch Makefile is included
|
|
NOSTDINC_FLAGS += -nostdinc -isystem $(call shell-cached,$(CC) -print-file-name=include)
|
|
NOSTDINC_FLAGS += -nostdinc -isystem $(call shell-cached,$(CC) -print-file-name=include)
|
|
-CHECKFLAGS += $(NOSTDINC_FLAGS)
|
|
|
|
|
|
|
|
# warn about C99 declaration after statement
|
|
# warn about C99 declaration after statement
|
|
KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
|
|
KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
|