diff options
author | 2024-03-04 19:23:38 +0100 | |
---|---|---|
committer | 2024-03-05 10:17:11 +0100 | |
commit | 1079025224770ff6d80ecb944e0d07bc8dc8716b (patch) | |
tree | 8627fb6e981c5bfb3dbeade01e739fe2b3f0723d /media-libs/glm | |
parent | media-libs/dav1d: remove unused patch(es) (diff) | |
download | gentoo-1079025224770ff6d80ecb944e0d07bc8dc8716b.tar.gz gentoo-1079025224770ff6d80ecb944e0d07bc8dc8716b.tar.bz2 gentoo-1079025224770ff6d80ecb944e0d07bc8dc8716b.zip |
media-libs/glm: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'media-libs/glm')
-rw-r--r-- | media-libs/glm/files/glm-1.0.0-clang.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/media-libs/glm/files/glm-1.0.0-clang.patch b/media-libs/glm/files/glm-1.0.0-clang.patch deleted file mode 100644 index 0223129f6c04..000000000000 --- a/media-libs/glm/files/glm-1.0.0-clang.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/CMakeLists.txt 2024-01-25 07:39:25.528947981 +0100 -+++ b/CMakeLists.txt 2024-01-25 07:39:45.377618695 +0100 -@@ -241,7 +241,7 @@ - endif() - - if(NOT GLM_DISABLE_AUTO_DETECTION) -- add_compile_options(-Werror -Weverything) -+ add_compile_options(-Weverything) - endif() - # add_compile_options(-Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++11-long-long -Wno-padded -Wno-gnu-anonymous-struct -Wno-nested-anon-types) - # add_compile_options(-Wno-undefined-reinterpret-cast -Wno-sign-conversion -Wno-unused-variable -Wno-missing-prototypes -Wno-unreachable-code -Wno-missing-variable-declarations -Wno-sign-compare -Wno-global-constructors -Wno-unused-macros -Wno-format-nonliteral -Wno-float-equal) -@@ -252,7 +252,6 @@ - endif() - - if(NOT GLM_DISABLE_AUTO_DETECTION) -- add_compile_options(-Werror) - # add_compile_options(-Wpedantic) - # add_compile_options(-Wall) - # add_compile_options(-Wextra) |