From 8e113ea9ae595b1bc37e7a567b0bc6b90ec81c05 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 19 Apr 2024 16:51:53 +1000 Subject: squash a bunch of warnings --- lib/speexdsp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/speexdsp') 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) -- cgit v1.2.3