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 some leftover warnings
Signed-off-by: falkTX <falktx@falktx.com>
pull/349/head
falkTX
3 years ago
parent
2fa587358b
commit
f3d38188c9
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
distrho/src/DistrhoPluginJACK.cpp
+ 5
- 0
distrho/src/DistrhoPluginJACK.cpp
View File
@@ -952,6 +952,11 @@ int main(int argc, char* argv[])
const PluginJack p(client);
return 0;
#ifndef DPF_RUNTIME_TESTING
// unused
(void)argc; (void)argv;
#endif
}
// -----------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save