From 67ab64ac3ef1a99fe6ff89256ec85d5f9c4853a7 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Wed, 30 Dec 2020 12:26:19 -0800 Subject: [PATCH] Delete warning-to-warning.patch --- patches/warning-to-warning.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 patches/warning-to-warning.patch diff --git a/patches/warning-to-warning.patch b/patches/warning-to-warning.patch deleted file mode 100644 index e41a99253..000000000 --- a/patches/warning-to-warning.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 0ce9148a24d8060e226f9815b611ab7852c0730e Mon Sep 17 00:00:00 2001 -From: edisionnano -Date: Thu, 5 Nov 2020 11:22:27 +0200 -Subject: [PATCH] Update CMakeLists.txt - ---- - src/common/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt -index 207c7a0a614..e68cfb6ad8e 100644 ---- a/src/common/CMakeLists.txt -+++ b/src/common/CMakeLists.txt -@@ -202,7 +202,7 @@ if (MSVC) - ) - else() - target_compile_options(common PRIVATE -- -Werror -+ -W - ) - endif()