This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix a compiler warning
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.5
falkTX
1 year ago
parent
cc811647f3
commit
2dc95d8afc
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
source/libjack/libjack.cpp
+ 3
- 0
source/libjack/libjack.cpp
View File
@@ -1282,6 +1282,9 @@ bool CarlaJackAppClient::handleNonRtData()
case kPluginBridgeNonRtClientQuit:
case kPluginBridgeNonRtClientQuit:
ret = true;
ret = true;
break;
break;
case kPluginBridgeNonRtClientReload:
break;
}
}
#ifdef DEBUG
#ifdef DEBUG
Write
Preview
Loading…
Cancel
Save