aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.h
diff options
context:
space:
mode:
authorBernd Schubert <bschubert@ddn.com>2025-03-24 23:18:10 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-04-28 19:57:39 +0200
commitda355f79362f5724f75147dfd51d58d6ee3e552d (patch)
tree204da0911bdb0f299db1655328d0c22342c2533b /lib/util.h
parentdde540e413eba6d22a4515659dd72262b8a01af4 (diff)
downloadlibfuse-da355f79362f5724f75147dfd51d58d6ee3e552d.tar.gz
Add support for ring creation in fuse_lowlevel.c
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'lib/util.h')
-rw-r--r--lib/util.h2
1 files changed, 1 insertions, 1 deletions
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) \