1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Description: Suppress library type warning issues
Avoid build failures by supressing warnings on lib type ABI
differences
Author: Colin Ian King <colin.king@canonical.com>
Origin: ubuntu
Forwarded: no
Last-Update: 2021-09-07
Index: zfs-linux-2.0.3/lib/libnvpair/libnvpair.suppr
===================================================================
--- zfs-linux-2.0.3.orig/lib/libnvpair/libnvpair.suppr
+++ zfs-linux-2.0.3/lib/libnvpair/libnvpair.suppr
@@ -1,2 +1,4 @@
[suppress_type]
name = FILE*
+[suppress_type]
+ name = regex_t
Index: zfs-linux-2.0.3/lib/libzfs/libzfs.suppr
===================================================================
--- zfs-linux-2.0.3.orig/lib/libzfs/libzfs.suppr
+++ zfs-linux-2.0.3/lib/libzfs/libzfs.suppr
@@ -11,3 +11,51 @@
[suppress_variable]
name = zfs_deleg_perm_tab
+
+[suppress_type]
+ name = regex_t
+
+[suppress_type]
+ name = zfs_handle_t
+
+[suppress_type]
+ name = differ_info_t
+
+[suppress_type]
+ name = renameflags_t
+
+[suppress_type]
+ name = splitflags_t
+
+[suppress_type]
+ name = libzfs_handle_t
+
+[suppress_type]
+ name = zfs_prop_t
+
+[suppress_type]
+ name = zfs_type_t
+
+[suppress_type]
+ name = zfs_share_proto_t
+
+[suppress_type]
+ name = zprop_source_t
+
+[suppress_type]
+ name = zprop_list_t
+
+[suppress_type]
+ name = zfs_userquota_prop_t
+
+[suppress_type]
+ name = zfs_wait_activity_t
+
+[suppress_type]
+ name = zfs_share_type_t
+
+[suppress_type]
+ name = pool_state_t
+
+[suppress_type]
+ name = nvpair_t
|