mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
Fixed -Wunused-variable warning, move declaration inside #if where it's used
This commit is contained in:
parent
6a9357514a
commit
64b51fa994
@ -41,7 +41,6 @@ size_t kiss_fastfir( kiss_fastfir_cfg cfg, kffsamp_t * inbuf, kffsamp_t * outbuf
|
||||
|
||||
|
||||
|
||||
static int verbose=0;
|
||||
|
||||
|
||||
struct kiss_fastfir_state{
|
||||
@ -244,6 +243,8 @@ size_t kiss_fastfir(
|
||||
#include <sys/mman.h>
|
||||
#include <assert.h>
|
||||
|
||||
static int verbose=0;
|
||||
|
||||
static
|
||||
void direct_file_filter(
|
||||
FILE * fin,
|
||||
|
Loading…
Reference in New Issue
Block a user