summaryrefslogtreecommitdiff
path: root/lib/opusfile
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-09-04 09:51:38 +1000
committerjacqueline <me@jacqueline.id.au>2023-09-04 09:51:38 +1000
commit25c2df57dd5024c26a396ddabd0391f90999dd7c (patch)
treea40270bc71881c34d0e8db7a17bd918f9c853a60 /lib/opusfile
parentcccee29c3a6202a7c79bc9bc6d70287528a13ef0 (diff)
downloadtangara-fw-25c2df57dd5024c26a396ddabd0391f90999dd7c.tar.gz
Fix some release build warnings
Diffstat (limited to 'lib/opusfile')
-rw-r--r--lib/opusfile/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)