Silence warning - second param for rc_alloc should be of type int32_t
This commit is contained in:
parent
b557bc9523
commit
0a396f0e71
|
@ -316,7 +316,7 @@ int rc_runtime_activate_lboard(rc_runtime_t* self, uint32_t id, const char* mema
|
|||
rc_lboard_t* lboard;
|
||||
rc_parse_state_t parse;
|
||||
rc_runtime_lboard_t* runtime_lboard;
|
||||
int size;
|
||||
int32_t size;
|
||||
uint32_t i;
|
||||
|
||||
if (memaddr == 0)
|
||||
|
|
Loading…
Reference in New Issue