# HG changeset patch # User reynaldo # Date 1228354692 0 # Node ID d1724ad564e7ad0f41e7117aa721385954a9ce07 # Parent 92008e82ce6cc37c799307b6df3a7615c15a14ff Removes misleading const qualifier, gets rid of two compiler warnings diff -r 92008e82ce6c -r d1724ad564e7 qcelpdec.c --- a/qcelpdec.c Wed Dec 03 20:16:01 2008 +0000 +++ b/qcelpdec.c Thu Dec 04 01:38:12 2008 +0000 @@ -336,7 +336,7 @@ * @param gain array holding the 4 pitch subframe gain values * @param cdn_vector array for the generated scaled codebook vector */ -static void compute_svector(const QCELPContext *q, const float *gain, +static void compute_svector(QCELPContext *q, const float *gain, float *cdn_vector) { int i, j, k;