From bb3fc589961d155bd7cabd3c695f726b69136c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 May 2015 22:50:48 +0200 Subject: Small change in parse_kconfig Makefile Hide warnings. I am not going to solve them now. --- scripts/parse_kconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/parse_kconfig/Makefile b/scripts/parse_kconfig/Makefile index 9cc87d1..a6d0ee7 100644 --- a/scripts/parse_kconfig/Makefile +++ b/scripts/parse_kconfig/Makefile @@ -14,7 +14,7 @@ SRC = parse.c \ doutput.c \ output.c OBJ = $(patsubst %.c,%.o,$(SRC)) -CFLAGS = -O0 -Wall -ggdb -DDEBUG +CFLAGS = -O0 -w -ggdb -DDEBUG INCLUDES = -I../shared %.o: %.c -- cgit v1.2.3