]> git.0d.be Git - jack_mixer.git/blobdiff - jack_mixer.c
Fix 'unused variable' compiler warning
[jack_mixer.git] / jack_mixer.c
index 461052c15d89356b7aebee1c80b86d04801aaa63..13145080bb3edf952100189dfa885917d46f39ac 100644 (file)
@@ -1066,10 +1066,10 @@ process(
   jack_nframes_t nframes,
   void * context)
 {
-  jack_nframes_t i;
   GSList *node_ptr;
   struct channel * channel_ptr;
 #if defined(HAVE_JACK_MIDI)
+  jack_nframes_t i;
   jack_nframes_t event_count;
   jack_midi_event_t in_event;
   unsigned char* midi_out_buffer;