mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix a -Wunused-variable
This commit is contained in:
parent
93934dfb92
commit
26b6bece95
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue