This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix build warning
Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
falkTX
3 years ago
parent
1bab226762
commit
347b5cf14f
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save