summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pffft/pffft.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pffft/pffft.c')
-rw-r--r--src/3rdparty/pffft/pffft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pffft/pffft.c b/src/3rdparty/pffft/pffft.c
index 6e9f1ebf8..7fe8c4c15 100644
--- a/src/3rdparty/pffft/pffft.c
+++ b/src/3rdparty/pffft/pffft.c
@@ -274,7 +274,7 @@ void pffft_aligned_free(void *p) {
if (p) free(*((void **) p - 1));
}
-int pffft_simd_size() { return SIMD_SZ; }
+int pffft_simd_size(void) { return SIMD_SZ; }
/*
passf2 and passb2 has been merged here, fsign = -1 for passf2, +1 for passb2