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:
@@ -40,7 +40,7 @@
|
||||
# define __has_builtin(x) 0
|
||||
#endif
|
||||
|
||||
#define UNUSED(x) ((void)x)
|
||||
#define UNUSED(x) ((void)(x))
|
||||
|
||||
// #define USE_LZCNT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user