aboutsummaryrefslogtreecommitdiff
path: root/src/accessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/accessor.h')
-rw-r--r--src/accessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accessor.h b/src/accessor.h
index ec63b3c..ef05309 100644
--- a/src/accessor.h
+++ b/src/accessor.h
@@ -21,7 +21,7 @@
#include "mem.h"
#if defined(__GNUC__) || defined(__clang__)
-#define _ACCESSOR_UNUSED __attribute__((unused))
+#define _ACCESSOR_UNUSED __attribute((unused))
#else
#define _ACCESSOR_UNUSED
#endif