mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
fix unused variable warning for non-hardfloat ARM systems
This commit is contained in:
parent
7467ebde13
commit
56da23b964
@ -147,7 +147,7 @@ dynamicCall(void* function, uintptr_t* arguments, uint8_t* argumentTypes,
|
||||
const unsigned VfpCount = 16;
|
||||
uintptr_t vfpTable[VfpCount];
|
||||
unsigned vfpIndex = 0;
|
||||
unsigned vfpBackfillIndex = 0;
|
||||
unsigned vfpBackfillIndex UNUSED = 0;
|
||||
|
||||
uintptr_t stack[(argumentCount * 8) / BytesPerWord]; // is > argumentSize to account for padding
|
||||
unsigned stackIndex = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user