Fixup another level of compiler warnings, add _U() definition

This commit is contained in:
graham sanderson
2021-02-19 12:05:13 -06:00
parent 7ded9df488
commit 503bc8b385
46 changed files with 269 additions and 223 deletions

View File

@ -21,4 +21,8 @@
#define NUM_SPIN_LOCKS 32u
#ifndef _U
#define _U(x) x ## u
#endif
#endif