summaryrefslogtreecommitdiff
path: root/lib/speexdsp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-04-19 16:51:53 +1000
committerjacqueline <me@jacqueline.id.au>2024-04-19 16:51:53 +1000
commit8e113ea9ae595b1bc37e7a567b0bc6b90ec81c05 (patch)
tree137728a00306a0b7df3bfe589f050dde05298f49 /lib/speexdsp
parent354ba0325a9df220f05486712662c20b2ca0e0d0 (diff)
downloadtangara-fw-8e113ea9ae595b1bc37e7a567b0bc6b90ec81c05.tar.gz
squash a bunch of warnings
Diffstat (limited to 'lib/speexdsp')
-rw-r--r--lib/speexdsp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/speexdsp/CMakeLists.txt b/lib/speexdsp/CMakeLists.txt
index 8d323f33..daeddfa9 100644
--- a/lib/speexdsp/CMakeLists.txt
+++ b/lib/speexdsp/CMakeLists.txt
@@ -10,4 +10,4 @@ libspeexdsp/scal.c libspeexdsp/smallft.c
PRIV_INCLUDE_DIRS "libspeexdsp"
)
-target_compile_options(${COMPONENT_LIB} PRIVATE -DHAVE_CONFIG_H -Wno-shift-negative-value -Wno-unused-const-variable)
+target_compile_options(${COMPONENT_LIB} PRIVATE -DHAVE_CONFIG_H -Wno-shift-negative-value -Wno-unused-const-variable -Wno-incompatible-pointer-types -Wno-unused-function -Wno-unused-variable)