From e72dbd02e5eae0b9f4896bbc489253a548fb6ee8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Dec 2007 20:12:03 +0000 Subject: Fix initialisation order warnings. git-svn-id: http://svn.drobilla.net/lad/ingen@972 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/JackAudioDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs') diff --git a/src/libs/engine/JackAudioDriver.cpp b/src/libs/engine/JackAudioDriver.cpp index 8d8203ce..55a18b12 100644 --- a/src/libs/engine/JackAudioDriver.cpp +++ b/src/libs/engine/JackAudioDriver.cpp @@ -289,7 +289,7 @@ JackAudioDriver::_process_cb(jack_nframes_t nframes) // Jack can elect to not call this function for a cycle, if overloaded // FIXME: this doesn't make sense, and the start time isn't used anyway const jack_nframes_t start_of_current_cycle = jack_last_frame_time(_client); - const jack_nframes_t start_of_last_cycle = start_of_current_cycle - nframes; // FIXME: maybe not.. + //const jack_nframes_t start_of_last_cycle = start_of_current_cycle - nframes; // FIXME: maybe not.. const jack_nframes_t end_of_current_cycle = start_of_current_cycle + nframes; // FIXME: ditto -- cgit v1.2.1