From: c vw Date: Fri, 28 May 2021 09:36:21 +0000 (+0200) Subject: Removed unused variable to suppress compiler warnings. X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=05d543fba91034b8740a63f226a914a7046750a4;p=pihpsdr.git Removed unused variable to suppress compiler warnings. --- diff --git a/midi2.c b/midi2.c index 7010074..1f1562d 100644 --- a/midi2.c +++ b/midi2.c @@ -327,10 +327,9 @@ int MIDIstartup(char *filename) { int chan; int t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12; int onoff, delay; - struct desc *desc,*dp; + struct desc *desc, *dp; enum MIDItype type; enum MIDIevent event; - int i; char c; MidiReleaseCommands();