summarylogtreecommitdiffstats
path: root/no_fail_on_warning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no_fail_on_warning.patch')
-rw-r--r--no_fail_on_warning.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/no_fail_on_warning.patch b/no_fail_on_warning.patch
deleted file mode 100644
index 17c9234472d7..000000000000
--- a/no_fail_on_warning.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur ./radiotray-ng.orig/CMakeLists.txt ./radiotray-ng/CMakeLists.txt
---- ./radiotray-ng.orig/CMakeLists.txt 2017-12-01 20:37:18.786630180 -0500
-+++ ./radiotray-ng/CMakeLists.txt 2017-12-01 20:37:44.756629724 -0500
-@@ -51,7 +51,7 @@
- set(CMAKE_CXX_STANDARD 14)
- add_definitions("-DBOOST_LOG_DYN_LINK")
- add_compile_options("-fdiagnostics-color=auto")
--set(warnings "-Wall -Wextra -Werror")
-+set(warnings "-Wall -Wextra")
- set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -s")
- set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s")
-