From bd7892d65e199a4012a4d1be013cef0e49540ebc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 11 Sep 2010 23:48:13 -0400 Subject: ubi-utils: drop -Werror in old utils Considering this is marked as "old" which is synonymous with "dead", having the dir cause build failures because of warnings makes no sense. So drop the -Werror usage. Signed-off-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- ubi-utils/old-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubi-utils') diff --git a/ubi-utils/old-utils/Makefile b/ubi-utils/old-utils/Makefile index acdb31a..6df7c06 100644 --- a/ubi-utils/old-utils/Makefile +++ b/ubi-utils/old-utils/Makefile @@ -4,7 +4,7 @@ KERNELHDR := ../../include -CFLAGS ?= -O2 -g -Werror +CFLAGS ?= -O2 -g CPPFLAGS := -I./inc -I./src -I$(KERNELHDR) \ -std=gnu99 -DPACKAGE_VERSION=\"1.0\" $(CPPFLAGS) -- cgit v1.2.3