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 build
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX
5 years ago
parent
215103c05d
commit
c1bd5c441c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
source/backend/CarlaStandalone.cpp
+ 6
- 0
source/backend/CarlaStandalone.cpp
View File
@@ -2232,6 +2232,9 @@ const char* carla_get_host_osc_url_tcp(CarlaHostHandle handle)
return notAvailable;
#else
return gNullCharPtr;
// unused
(void)handle;
#endif
}
@@ -2257,6 +2260,9 @@ const char* carla_get_host_osc_url_udp(CarlaHostHandle handle)
return notAvailable;
#else
return gNullCharPtr;
// unused
(void)handle;
#endif
}
Write
Preview
Loading…
Cancel
Save