diff --git a/ext/libstrawberry-tagreader/CMakeLists.txt b/ext/libstrawberry-tagreader/CMakeLists.txt index c8113ae2e..8f6b7aecd 100644 --- a/ext/libstrawberry-tagreader/CMakeLists.txt +++ b/ext/libstrawberry-tagreader/CMakeLists.txt @@ -21,6 +21,8 @@ endif() add_library(libstrawberry-tagreader STATIC ${PROTO_SOURCES} ${SOURCES}) +target_compile_options(libstrawberry-tagreader PRIVATE -Wno-missing-declarations) + target_include_directories(libstrawberry-tagreader SYSTEM PRIVATE ${GLIB_INCLUDE_DIRS} ${PROTOBUF_INCLUDE_DIRS}