Browse Source

Fix build warning

Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
falkTX 3 years ago
parent
commit
347b5cf14f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      distrho/src/DistrhoPluginJACK.cpp

+ 3
- 0
distrho/src/DistrhoPluginJACK.cpp View File

@@ -231,6 +231,9 @@ public:
#else
while (! gCloseSignalReceived)
d_sleep(1);

// unused
(void)winId;
#endif
}



Loading…
Cancel
Save