[Crosstoolchain-logs] [device-tree-compiler] 164/198: Remove duplicated -Werror in dtc Makefile

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:07:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit af9f26d1e5f05f524675bb3e9cbb7e36142b6615
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Mon Nov 16 23:45:36 2015 +1100

    Remove duplicated -Werror in dtc Makefile
    
    The "-Werror" compiler flag is currently declared twice in the
    Makefile, one time in WARNINGS, and one time in CFLAGS. Let's
    remove one of them.
    
    Signed-off-by: Thomas Huth <thuth at redhat.com>
    [Moved remaining -Werror from WARNINGS to CFLAGS --dwg]
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c1d0757..078ecf6 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ LOCAL_VERSION =
 CONFIG_LOCALVERSION =
 
 CPPFLAGS = -I libfdt -I .
-WARNINGS = -Werror -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
+WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
 	-Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow
 CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list