mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
fix unused parameter warning
This commit is contained in:
parent
66bc326523
commit
84a6daa400
@ -9178,7 +9178,7 @@ fixupCode(Thread* t, uintptr_t* map, unsigned size, uint8_t* code,
|
||||
}
|
||||
|
||||
void
|
||||
fixupMethods(Thread* t, object map, BootImage* image, uint8_t* code)
|
||||
fixupMethods(Thread* t, object map, BootImage* image UNUSED, uint8_t* code)
|
||||
{
|
||||
for (HashMapIterator it(t, map); it.hasMore();) {
|
||||
object c = tripleSecond(t, it.next());
|
||||
|
Loading…
Reference in New Issue
Block a user