mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
remove UNUSED modifier from parameter which is now used
This commit is contained in:
parent
309c1cac6d
commit
69501a05b8
@ -1733,7 +1733,7 @@ argumentFootprint(unsigned footprint)
|
||||
}
|
||||
|
||||
void
|
||||
nextFrame(ArchitectureContext* c UNUSED, int32_t* start, unsigned size UNUSED,
|
||||
nextFrame(ArchitectureContext* c UNUSED, int32_t* start, unsigned size,
|
||||
unsigned footprint, void* link, void*,
|
||||
unsigned targetParameterFootprint, void** ip, void** stack)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user