From 15b198d18649aa6987e2ab69df5f757383d538d0 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 31 Aug 2020 11:13:00 +0200 Subject: [PATCH] Eliminate a warning --- lv2/sfizz_ui.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lv2/sfizz_ui.cpp b/lv2/sfizz_ui.cpp index 69156dea..4c4d49ed 100644 --- a/lv2/sfizz_ui.cpp +++ b/lv2/sfizz_ui.cpp @@ -315,6 +315,8 @@ idle(LV2UI_Handle ui) #if LINUX self->runLoop->execIdle(); +#else + (void)self; #endif return 0;