sphinx: better please static analyzers.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Nov 2014 14:57:13 +0000 (16:57 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Nov 2014 14:57:13 +0000 (16:57 +0200)
src/plugins/speech-to-text/sphinx/utterance.c

index a50637b..081ef25 100644 (file)
@@ -144,7 +144,7 @@ static void acoustic_processor(context_t *ctx,
     frlen = filtbuf->frlen;
     lmath = ps_get_logmath(dec->ps);
     uttid = "<unknown>";
-    hyp = ps_get_hyp(dec->ps, &score, &uttid);
+    /*hyp = */ps_get_hyp(dec->ps, &score, &uttid);
     prob = logmath_exp(lmath, score);
     length = 0;