summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-03-20 18:04:37 +0100
committerMatt Turner <mattst88@gentoo.org>2022-03-20 12:54:08 -0700
commitdd8a866b6210bbc0b29b56faebe6739cf788b5fc (patch)
tree4abdfebede02a080196d46eb439a4ea6da22e96e /dev-util/umockdev
parentdev-util/devhelp: remove unused patch (diff)
downloadgentoo-dd8a866b6210bbc0b29b56faebe6739cf788b5fc.tar.gz
gentoo-dd8a866b6210bbc0b29b56faebe6739cf788b5fc.tar.bz2
gentoo-dd8a866b6210bbc0b29b56faebe6739cf788b5fc.zip
dev-util/umockdev: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/umockdev')
-rw-r--r--dev-util/umockdev/files/umockdev-0.16.1-Werror.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/umockdev/files/umockdev-0.16.1-Werror.patch b/dev-util/umockdev/files/umockdev-0.16.1-Werror.patch
deleted file mode 100644
index 4bb2f28f46bc..000000000000
--- a/dev-util/umockdev/files/umockdev-0.16.1-Werror.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 623286923d88990cf5f723004539b6d6d8a4a475 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <floppym@gentoo.org>
-Date: Sun, 12 Sep 2021 15:41:35 -0400
-Subject: [PATCH] Drop -Werror from project arguments
-
----
- meson.build | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 37509a9..7931a9c 100644
---- a/meson.build
-+++ b/meson.build
-@@ -7,7 +7,6 @@ testsdir = meson.current_source_dir() / 'tests'
- lib_version = '0.3.0'
-
- add_project_arguments(
-- '-Werror',
- '-Werror=missing-prototypes',
- '-Werror=strict-prototypes',
- '-Werror=nested-externs',
---
-2.33.0
-