Add more checks.

Add missing parentheses in UNUSED (shouldn't matter, but keeps a checker
that may catch real bugs elsewhere happy).
This commit is contained in:
David Chisnall
2019-04-29 15:33:31 +01:00
parent c2679188ad
commit d06e539732
2 changed files with 3 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
# define __has_builtin(x) 0
#endif
#define UNUSED(x) ((void)x)
#define UNUSED(x) ((void)(x))
// #define USE_LZCNT