]> www.infradead.org Git - mtd-utils.git/commitdiff
ubi-utils: drop -Werror in old utils
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Sep 2010 03:48:13 +0000 (23:48 -0400)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 12 Sep 2010 08:07:15 +0000 (11:07 +0300)
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 <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/old-utils/Makefile

index acdb31a698000558a38a1042021629fb6d991913..6df7c0690fd3a5d520ab965683f1a8e70e6216d9 100644 (file)
@@ -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)