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 some compiler warnings
tags/v2.3.0-RC1
falkTX
4 years ago
parent
8109fad68d
commit
f8503aebca
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/backend/plugin/CarlaPluginNative.cpp
+1
-0
source/plugin/carla-vst.cpp
+ 1
- 0
source/backend/plugin/CarlaPluginNative.cpp
View File
@@ -2849,6 +2849,7 @@ protected:
break;
case NATIVE_HOST_OPCODE_UI_RESIZE:
case NATIVE_HOST_OPCODE_PREVIEW_BUFFER_DATA:
// unused here
break;
}
+ 1
- 0
source/plugin/carla-vst.cpp
View File
@@ -784,6 +784,7 @@ protected:
case NATIVE_HOST_OPCODE_QUEUE_INLINE_DISPLAY:
case NATIVE_HOST_OPCODE_REQUEST_IDLE:
case NATIVE_HOST_OPCODE_GET_FILE_PATH:
case NATIVE_HOST_OPCODE_PREVIEW_BUFFER_DATA:
// nothing
break;
Write
Preview
Loading…
Cancel
Save