[coreboot-gerrit] New patch to review for coreboot: 0aec377 util/cbfstool: Fix FTBFS on Ubuntu 12.04

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed May 13 20:35:13 CEST 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10193

-gerrit

commit 0aec3773edd69b16e22c2d567cde3c57ee10d04d
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Wed May 13 13:34:47 2015 -0500

    util/cbfstool: Fix FTBFS on Ubuntu 12.04
    
    Change-Id: I4569488bd2feb603e8c65be7ab967cb0ee43c66c
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 util/cbfstool/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc
index 1aa9d76..a55475b 100644
--- a/util/cbfstool/Makefile.inc
+++ b/util/cbfstool/Makefile.inc
@@ -42,7 +42,7 @@ rmodobj += elfheaders.o
 rmodobj += xdr.o
 
 TOOLCFLAGS ?= -std=c99 -Werror -Wall -Wextra
-TOOLCFLAGS += -Wcast-qual -Wmissing-prototypes -Wredundant-decls -Wshadow
+TOOLCFLAGS += -Wcast-qual -Wmissing-prototypes -Wredundant-decls
 TOOLCFLAGS += -Wstrict-prototypes -Wwrite-strings
 TOOLCPPFLAGS ?= -D_DEFAULT_SOURCE # memccpy() from string.h
 TOOLCPPFLAGS += -D_POSIX_C_SOURCE=200809L # strdup() from string.h



More information about the coreboot-gerrit mailing list