summarylogtreecommitdiffstats
path: root/0007-silence-compiler-warnings.patch
diff options
context:
space:
mode:
authorhowetuft2024-01-31 15:33:25 +0100
committerhowetuft2024-01-31 16:18:22 +0100
commitabc42a7fee204a64a8394a3d2f6f4ac8718ee6ca (patch)
tree165cac759cb4040b5f748ad60152c184e858b487 /0007-silence-compiler-warnings.patch
parentb570197b74493ed8c1ed94dfe18067efb607f9e6 (diff)
downloadaur-luxcorerender.tar.gz
Remove fmt dependency
Diffstat (limited to '0007-silence-compiler-warnings.patch')
-rw-r--r--0007-silence-compiler-warnings.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/0007-silence-compiler-warnings.patch b/0007-silence-compiler-warnings.patch
deleted file mode 100644
index 958b4f83645c..000000000000
--- a/0007-silence-compiler-warnings.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 14b8584ebbb5065f9a160bb8773986aa231a396b Mon Sep 17 00:00:00 2001
-From: howetuft <howetuft@gmail.com>
-Date: Sat, 21 May 2022 18:19:13 +0200
-Subject: [PATCH 07/14] silence-compiler-warnings
-
----
- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 78316b671..74f5465ef 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -45,6 +45,7 @@ unset(CMAKE_CONFIGURATION_TYPES CACHE)
- # This boots up the generator:
- enable_language(C)
- enable_language(CXX)
-+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -w")
-
- if (CMAKE_CONFIGURATION_TYPES)
-
---
-2.41.0
-