Kbuild: Don't warn on zero-length format strings
This warning isn't particularly useful and we intentionally do this in our __assert.h macros. Change-Id: I783398fd92dffe57e2e18d520db4e752c8c37a98 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
8750729989
commit
5bb06311a9
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -371,6 +371,7 @@ KBUILD_CFLAGS := -c -g -std=c99 \
|
|||
-fno-omit-frame-pointer \
|
||||
-fno-defer-pop -Wall \
|
||||
-Wno-unused-but-set-variable \
|
||||
-Wno-format-zero-length \
|
||||
-Wno-main -ffreestanding
|
||||
|
||||
KBUILD_AFLAGS_KERNEL :=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue