diff options
Diffstat (limited to 'lib/speexdsp/CMakeLists.txt')
| -rw-r--r-- | lib/speexdsp/CMakeLists.txt | 2 |
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) |
