mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
debian/patches: Refresh, dropping merged
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ Origin: https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/216
|
||||
2 files changed, 22 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index a2b849b..b35e57e 100644
|
||||
index 139c571..483f1ec 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -89,6 +89,7 @@ cairo_dep = dependency('cairo', required: false)
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
From: Benjamin Berg <bberg@redhat.com>
|
||||
Date: Wed, 9 Dec 2020 15:46:23 +0100
|
||||
Subject: nbis: Disable array-parameter and array-bounds warnings
|
||||
|
||||
NBIS just does weird things and while the array-parameter warning is
|
||||
easy to fix, the other is not trivial. So disable these warnings so that
|
||||
we can still build using newer GCC versions.
|
||||
|
||||
Origin: https://gitlab.freedesktop.org/libfprint/libfprint/-/commit/2d10d86
|
||||
---
|
||||
libfprint/meson.build | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/libfprint/meson.build b/libfprint/meson.build
|
||||
index 96cfe9b..4d1d30c 100644
|
||||
--- a/libfprint/meson.build
|
||||
+++ b/libfprint/meson.build
|
||||
@@ -234,6 +234,8 @@ libnbis = static_library('nbis',
|
||||
'-Wno-error=redundant-decls',
|
||||
'-Wno-redundant-decls',
|
||||
'-Wno-discarded-qualifiers',
|
||||
+ '-Wno-array-bounds',
|
||||
+ '-Wno-array-parameter',
|
||||
]),
|
||||
install: false)
|
||||
|
||||
Vendored
-1
@@ -1,3 +1,2 @@
|
||||
nbis-Disable-array-parameter-and-array-bounds-warnings.patch
|
||||
meson-Do-not-support-drivers-known-to-fail-in-Big-Endian-.patch
|
||||
debian/Tweak-the-udev-rules-creator-for-Debian-usage.patch
|
||||
|
||||
Reference in New Issue
Block a user