summaryrefslogtreecommitdiff
path: root/lib/libcppbor
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-04-22 09:48:21 +1000
committerailurux <ailuruxx@gmail.com>2024-04-22 09:48:21 +1000
commit4eb1a074f7c7dc7e43789400bea5e6357e4546f5 (patch)
treea93e29b51e5c902329d28a7b2064e0ffdcee9887 /lib/libcppbor
parentdfccf56f34484b3e9efcb48b240abdb22c577281 (diff)
parent5b99267cb9f0344e519956096867aea5468ecf9f (diff)
downloadtangara-fw-4eb1a074f7c7dc7e43789400bea5e6357e4546f5.tar.gz
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
Diffstat (limited to 'lib/libcppbor')
-rw-r--r--lib/libcppbor/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcppbor/CMakeLists.txt b/lib/libcppbor/CMakeLists.txt
index f68a820c..66c862f5 100644
--- a/lib/libcppbor/CMakeLists.txt
+++ b/lib/libcppbor/CMakeLists.txt
@@ -5,3 +5,5 @@ idf_component_register(
SRCS cppbor.cpp cppbor_parse.cpp
INCLUDE_DIRS "include/cppbor"
)
+target_compile_options(${COMPONENT_LIB} PRIVATE
+ "-Wno-shadow" "-Wno-deprecated-enum-enum-conversion")