diff options
Diffstat (limited to 'src/dbg.h')
-rw-r--r-- | src/dbg.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,4 +44,7 @@ } \ }) +/* A neat macro that silences unused parameter warnings compiler independant */ +#define UNUSED(x) (void)(x) + #endif |