Fix a -Wunused-variable

This commit is contained in:
Robin Gareus 2024-03-27 00:38:02 +01:00
parent 93934dfb92
commit 26b6bece95
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 3 additions and 1 deletions

View File

@ -167,8 +167,10 @@ float ARDOUR::ui_scale_factor = 1.0;
static bool have_old_configuration_files = false;
static bool running_from_gui = false;
static int cpu_dma_latency_fd = -1;
#if !(defined PLATFORM_WINDOWS || defined __APPLE__)
static int cpu_dma_latency_fd = -1;
#endif
namespace ARDOUR {
extern void setup_enum_writer ();