remove compile warnings

This commit is contained in:
Philippe G
2022-01-12 18:12:49 -08:00
parent 8c61f9c18d
commit 015ba4f970
3 changed files with 12 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ set_source_files_properties(mad.c pcm.c flac.c alac.c helix-aac.c vorbis.c opus.
-Wno-maybe-uninitialized
)
set_source_files_properties(wm8978/wm8978.c
PROPERTIES COMPILE_FLAGS
-Wno-unused-function
)
add_definitions(-DLINKALL -DLOOPBACK -DNO_FAAD -DEMBEDDED -DTREMOR_ONLY -DCUSTOM_VERSION=${BUILD_NUMBER})
if (${DEPTH} EQUAL "32")