diff --git a/misc.h b/misc.h index 75f017e..67a8eb1 100644 --- a/misc.h +++ b/misc.h @@ -1,6 +1,6 @@ #ifndef MISC_H #define MISC_H -#define UNUSED(v) (v = v); +#define UNUSED(v) ((void) v); #endif