From c4ca232363603620a342ef837fef1c0918688223 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 30 Dec 2019 03:16:43 +0100 Subject: [PATCH] fix various compiler warnings --- lmsoundcard.c | 1 + v34eq.c | 5 ++--- v90.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lmsoundcard.c b/lmsoundcard.c index 4aef5cb..84e7770 100644 --- a/lmsoundcard.c +++ b/lmsoundcard.c @@ -1,5 +1,6 @@ /* sample interface code to use a linux soundcard */ #define _XOPEN_SOURCE +#define _XOPEN_SOURCE_EXTENDED #include #include #include diff --git a/v34eq.c b/v34eq.c index f742516..e430b1e 100644 --- a/v34eq.c +++ b/v34eq.c @@ -227,7 +227,6 @@ void V34_fast_equalize1(V34DSPState *s, s16 *input) { int i,k,j, vmax, v, lshift, renorm; icomplex tab[FFT23_SIZE], tab1[FFT23_SIZE]; - float carrier; for(i=0;i