Eliminate a warning

This commit is contained in:
Jean Pierre Cimalando 2020-08-31 11:13:00 +02:00
parent cf009e61b1
commit 15b198d186

View file

@ -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;