aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.h
diff options
context:
space:
mode:
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) \