summarylogtreecommitdiffstats
path: root/0001-build-Remove-forced-Werror-option.patch
blob: a666c148e457a9a0e6adc1a6f1f0fc8b50b845f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
From b37631a8216051f4c5916f48570ff4ad3c1091c4 Mon Sep 17 00:00:00 2001
From: Matt Coffin <mcoffin13@gmail.com>
Date: Sat, 9 Nov 2019 10:50:55 -0700
Subject: [PATCH] build: Remove forced -Werror option

---
 CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb44edb..5ec3b72 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -83,7 +83,6 @@ if(UNIX)
             -fvisibility-inlines-hidden
             -fcolor-diagnostics
             -Wall
-            -Werror
             -Wno-invalid-offsetof
             -Wno-missing-braces
         )
@@ -460,7 +459,6 @@ if(UNIX)
             -fvisibility-inlines-hidden
             -fcolor-diagnostics
             -Wall
-            -Werror
         )
         target_compile_options(vfx PRIVATE $<$<COMPILE_LANGUAGE:CXX>:
             -std=c++14
@@ -542,7 +540,6 @@ if(UNIX)
             -fvisibility-inlines-hidden
             -fcolor-diagnostics
             -Wall
-            -Werror
             -Wno-missing-braces
         )
         target_compile_options(amdllpc PRIVATE $<$<COMPILE_LANGUAGE:CXX>:
-- 
2.23.0