Fixup another level of compiler warnings, add _U() definition
This commit is contained in:
@ -21,4 +21,8 @@
|
||||
|
||||
#define NUM_SPIN_LOCKS 32u
|
||||
|
||||
#ifndef _U
|
||||
#define _U(x) x ## u
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user