aboutsummaryrefslogtreecommitdiff
path: root/src/vcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcall.h')
-rw-r--r--src/vcall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcall.h b/src/vcall.h
index f3a1f02..20cde7e 100644
--- a/src/vcall.h
+++ b/src/vcall.h
@@ -104,7 +104,7 @@
// I thought static inline was supposed to prevent unused warnings???
#if defined(__GNUC__) || defined(__clang__)
-#define _VCALL_UNUSED __attribute__((unused))
+#define _VCALL_UNUSED __attribute((unused))
#else
#define _VCALL_UNUSED
#endif