Re: [PATCH] Remove duplicated -Werror in dtc Makefile

2015-11-16 Thread David Gibson
On Tue, Nov 03, 2015 at 01:02:00PM +0100, Thomas Huth wrote: > 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 Applied, thanks. However, I moved

[PATCH] Remove duplicated -Werror in dtc Makefile

2015-11-03 Thread Thomas Huth
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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile