Fix some more compiler warnings on armcc.
This commit is contained in:
parent
04142af157
commit
82d0a04881
8 changed files with 23 additions and 12 deletions
|
@ -229,7 +229,7 @@ done:
|
|||
}
|
||||
#else
|
||||
#define cpuid(func, a, b, c, d) \
|
||||
a = b = c = d = 0
|
||||
do { a = b = c = d = 0; (void) a; (void) b; (void) c; (void) d; } while (0)
|
||||
#endif
|
||||
|
||||
static int CPU_CPUIDFeatures[4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue