From 25c2df57dd5024c26a396ddabd0391f90999dd7c Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 4 Sep 2023 09:51:38 +1000 Subject: Fix some release build warnings --- lib/opusfile/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/opusfile') diff --git a/lib/opusfile/CMakeLists.txt b/lib/opusfile/CMakeLists.txt index f2c3776c..94d1af9e 100644 --- a/lib/opusfile/CMakeLists.txt +++ b/lib/opusfile/CMakeLists.txt @@ -5,7 +5,7 @@ idf_component_register( SRCS src/info.c src/internal.c src/internal.h src/opusfile.c src/stream.c INCLUDE_DIRS "include" REQUIRES "ogg") -target_compile_options("${COMPONENT_LIB}" PRIVATE "-DOP_FIXED_POINT") +target_compile_options("${COMPONENT_LIB}" PRIVATE "-DOP_FIXED_POINT" "-Wno-maybe-uninitialized") set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) -- cgit v1.2.3