🐞 fix(warning as error): fix unused parameter warning
This commit is contained in:
@@ -246,7 +246,7 @@ void marsio_io_free(struct marsio_io *handle)
|
||||
}
|
||||
}
|
||||
|
||||
int marsio_io_init(struct marsio_io *handle, uint16_t thr_idx)
|
||||
int marsio_io_init(struct marsio_io *handle, uint16_t thr_idx __attribute__((unused)))
|
||||
{
|
||||
if (marsio_thread_init(handle->mr_ins) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user