From: baobrien Date: Sat, 2 Dec 2017 22:16:27 +0000 (+0000) Subject: Fixed compiler warnings on cohpsk.c and freedv_api.c X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=beb800f4a8e25f41eeea3347e5b0fa187a340ea3;p=freetel-svn-tracking.git Fixed compiler warnings on cohpsk.c and freedv_api.c git-svn-id: https://svn.code.sf.net/p/freetel/code@3384 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/cohpsk.c b/codec2-dev/src/cohpsk.c index 8269157d..ac2452c3 100644 --- a/codec2-dev/src/cohpsk.c +++ b/codec2-dev/src/cohpsk.c @@ -432,7 +432,6 @@ void tx_filter_and_upconvert_coh(COMP tx_fdm[], int Nc,const COMP tx_symbols[], { int c; int i,j,k; - float acc; COMP gain; COMP tx_baseband; COMP two = {2.0, 0.0}; @@ -460,7 +459,7 @@ void tx_filter_and_upconvert_coh(COMP tx_fdm[], int Nc,const COMP tx_symbols[], for(i=0; in_nom_modem_samples]; assert((f->mode == FREEDV_MODE_1600) || (f->mode == FREEDV_MODE_700) || (f->mode == FREEDV_MODE_700B) || (f->mode == FREEDV_MODE_700C) ||