diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-11 23:48:13 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-09-12 11:07:15 +0300 |
commit | bd7892d65e199a4012a4d1be013cef0e49540ebc (patch) | |
tree | 98900f467e0e654e72b93bf6d07415e5108c68e9 /ubi-utils | |
parent | 8315cec7c17cbd228431c552bd1bf10d5f1689db (diff) |
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 <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/old-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |