summaryrefslogtreecommitdiff
path: root/dev-util/umockdev/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
commit401101f9c8077911929d3f2b60a37098460a5d89 (patch)
treec2bef4719f6787550f0916aeaa8f4f403a9296af /dev-util/umockdev/files
parent4cbcc855382a06088e2f016f62cafdbcb7e40665 (diff)
gentoo resync : 25.03.2022
Diffstat (limited to 'dev-util/umockdev/files')
-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
-