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
|
||||
self->runLoop->execIdle();
|
||||
#else
|
||||
(void)self;
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue