|
@@ -1,4 +1,4 @@
|
|
|
-From 1d8f27d73df6369b19ddd6732960df0d4fdec338 Mon Sep 17 00:00:00 2001
|
|
|
+From 2688a0238eaf825d6659c16c012db0c16f07e197 Mon Sep 17 00:00:00 2001
|
|
|
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
|
Date: Mon, 29 May 2017 23:24:42 +0300
|
|
|
Subject: [PATCH] Really make -Werror conditional to BUILD_WERROR
|
|
@@ -20,17 +20,17 @@ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
diff --git a/config/eu.am b/config/eu.am
|
|
|
-index 8fe1e259f9e2..c5a6209a4e04 100644
|
|
|
+index c2cc349ce876..99b368e09060 100644
|
|
|
--- a/config/eu.am
|
|
|
+++ b/config/eu.am
|
|
|
-@@ -71,7 +71,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
|
|
|
+@@ -73,7 +73,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
|
|
|
-Wold-style-definition -Wstrict-prototypes \
|
|
|
$(LOGICAL_OP_WARNING) $(DUPLICATED_COND_WARNING) \
|
|
|
$(NULL_DEREFERENCE_WARNING) $(IMPLICIT_FALLTHROUGH_WARNING) \
|
|
|
- $(if $($(*F)_no_Werror),,-Werror) \
|
|
|
$(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
|
|
|
$(if $($(*F)_no_Wstack_usage),,$(STACK_USAGE_WARNING)) \
|
|
|
- $($(*F)_CFLAGS)
|
|
|
+ $(if $($(*F)_no_Wpacked_not_aligned),-Wno-packed-not-aligned,) \
|
|
|
--
|
|
|
-2.11.0
|
|
|
+2.17.1
|
|
|
|