From beb800f4a8e25f41eeea3347e5b0fa187a340ea3 Mon Sep 17 00:00:00 2001 From: baobrien Date: Sat, 2 Dec 2017 22:16:27 +0000 Subject: [PATCH] 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 --- codec2-dev/src/cohpsk.c | 3 +-- codec2-dev/src/freedv_api.c | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) 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) || -- 2.25.1