summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindings/hubbub/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/hubbub/utils.h b/bindings/hubbub/utils.h
index 2e2aaf2..a6283c2 100644
--- a/bindings/hubbub/utils.h
+++ b/bindings/hubbub/utils.h
@@ -22,7 +22,7 @@
#endif
#ifndef UNUSED
-#define UNUSED(x) ((x)=(x))
+#define UNUSED(x) ((void)(x))
#endif
#endif