shithub: opus

Download patch

ref: da456b09fae4fb42d3a31608e3ca69dac94d2672
parent: b2940ed212229475d1431962d88af334926f4f24
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Thu Jan 24 09:13:56 EST 2019

fix warning

--- a/dnn/lpcnet.c
+++ b/dnn/lpcnet.c
@@ -67,7 +67,6 @@
 
 void run_frame_network(LPCNetState *lpcnet, float *condition, float *gru_a_condition, const float *features, int pitch)
 {
-    int i;
     NNetState *net;
     float in[FRAME_INPUT_SIZE];
     float conv1_out[FEATURE_CONV1_OUT_SIZE];
--