Browse Source

Fix build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 5 years ago
parent
commit
c1bd5c441c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 6 additions and 0 deletions
  1. +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
}



Loading…
Cancel
Save