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