# HG changeset patch # User Matti Hamalainen # Date 1368068919 -10800 # Node ID d7bd9c11229e51d3d822ff14d3a7f50fa4743f06 # Parent cf7612c8de1fd5509f8a0e1461179937d2c22815 Silence some warnings. diff -r cf7612c8de1f -r d7bd9c11229e minijss/jmixtmpl_c.h --- a/minijss/jmixtmpl_c.h Thu May 09 06:07:35 2013 +0300 +++ b/minijss/jmixtmpl_c.h Thu May 09 06:08:39 2013 +0300 @@ -17,6 +17,8 @@ *tr = chn->chPrevR, *tl = chn->chPrevL; int strideLength = 0; + (void) tr; + (void) tl; JMIXER_SAMPLE_TYPE *sp = (JMIXER_SAMPLE_TYPE *) chn->chData;