Eliminate a warning
This commit is contained in:
parent
cf009e61b1
commit
15b198d186
1 changed files with 2 additions and 0 deletions
|
|
@ -315,6 +315,8 @@ idle(LV2UI_Handle ui)
|
||||||
|
|
||||||
#if LINUX
|
#if LINUX
|
||||||
self->runLoop->execIdle();
|
self->runLoop->execIdle();
|
||||||
|
#else
|
||||||
|
(void)self;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue