From da355f79362f5724f75147dfd51d58d6ee3e552d Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 24 Mar 2025 23:18:10 +0100 Subject: Add support for ring creation in fuse_lowlevel.c Signed-off-by: Bernd Schubert --- lib/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.h') diff --git a/lib/util.h b/lib/util.h index d1939cf..96b59d3 100644 --- a/lib/util.h +++ b/lib/util.h @@ -28,7 +28,7 @@ static inline uint64_t fuse_higher_32_bits(uint64_t nr) } #ifndef FUSE_VAR_UNUSED -#define FUSE_VAR_UNUSED(var) (__attribute__((unused)) var) +#define FUSE_VAR_UNUSED __attribute__((__unused__)) #endif #define container_of(ptr, type, member) \ -- cgit v1.2.3