summarylogtreecommitdiffstats
path: root/0001-build-Remove-forced-Werror-option.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-build-Remove-forced-Werror-option.patch')
-rw-r--r--0001-build-Remove-forced-Werror-option.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/0001-build-Remove-forced-Werror-option.patch b/0001-build-Remove-forced-Werror-option.patch
deleted file mode 100644
index a666c148e457..000000000000
--- a/0001-build-Remove-forced-Werror-option.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-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
-