From 0f137461dbf0a9d09d67f597ec5060a5079f6471 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Thu, 30 May 2024 14:50:49 +0200 Subject: dev-ml/ocamlfuse: -Wint-conversion Closes: https://bugs.gentoo.org/932194 Signed-off-by: Alfredo Tupone --- dev-ml/ocamlfuse/files/ocamlfuse-2.7.1_p7-Wint.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-ml/ocamlfuse/files/ocamlfuse-2.7.1_p7-Wint.patch (limited to 'dev-ml/ocamlfuse/files/ocamlfuse-2.7.1_p7-Wint.patch') diff --git a/dev-ml/ocamlfuse/files/ocamlfuse-2.7.1_p7-Wint.patch b/dev-ml/ocamlfuse/files/ocamlfuse-2.7.1_p7-Wint.patch new file mode 100644 index 000000000000..94df1c01546a --- /dev/null +++ b/dev-ml/ocamlfuse/files/ocamlfuse-2.7.1_p7-Wint.patch @@ -0,0 +1,11 @@ +--- a/lib/Fuse_util.c 2024-05-30 14:46:19.594917120 +0200 ++++ b/lib/Fuse_util.c 2024-05-30 14:46:39.870690546 +0200 +@@ -354,7 +354,7 @@ + + #define init_ARGS (struct fuse_conn_info *conn) + #define init_CALL_ARGS (conn) +-#define init_RTYPE void * ++#define init_RTYPE int + #define init_CB vres=callback(*init_closure,Val_unit); + /* TODO: the result from init is wrong, it should return unit */ + #define init_RES -- cgit v1.2.3-65-gdbad