d6df71
From 6e8784db2fa3b3b2efedaae75d15d5d5cf3ed50c Mon Sep 17 00:00:00 2001
d6df71
From: Michael Simacek <msimacek@redhat.com>
d6df71
Date: Thu, 22 Feb 2018 16:17:15 +0100
d6df71
Subject: [PATCH 6/6] Remove -Werror
d6df71
d6df71
---
d6df71
 native/Makefile | 4 ++--
d6df71
 1 file changed, 2 insertions(+), 2 deletions(-)
d6df71
d6df71
diff --git a/native/Makefile b/native/Makefile
d6df71
index 3712a9e..73a906f 100644
d6df71
--- a/native/Makefile
d6df71
+++ b/native/Makefile
d6df71
@@ -336,10 +336,10 @@ endif
d6df71
 ifeq ($(CC),gcc)
d6df71
     GCC_MAJOR_VERSION = $(shell gcc -dumpversion | cut -f 1 -d '.')
d6df71
     ifneq ($(GCC_MAJOR_VERSION),4)
d6df71
-	LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable
d6df71
+	LOC_CC_OPTS=-Wno-unknown-warning-option -Wno-clobbered -Wno-unused-variable
d6df71
     endif
d6df71
 else
d6df71
-    LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable
d6df71
+    LOC_CC_OPTS=-Wno-unknown-warning-option -Wno-clobbered -Wno-unused-variable
d6df71
 endif
d6df71
 
d6df71
 # Enable 64-bit builds if the arch demands it
d6df71
-- 
d6df71
2.14.3
d6df71