From 74c58cee4d69304264277932618b2414e286e1e8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 6 Feb 2016 20:10:15 +0000 Subject: make unused variable macro more portable in hubbub binding --- bindings/hubbub/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings') 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 -- cgit v1.2.3