summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index ca71078..ba6d50b 100644
--- a/src/options.h
+++ b/src/options.h
@@ -39,4 +39,8 @@ enum opt_warnings {
} \
} while(0)
+#ifndef UNUSED
+# define UNUSED(x) (void) (x)
+#endif
+
#endif