summaryrefslogtreecommitdiff
path: root/tools/cmake
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-03-28 13:30:24 +1100
committerjacqueline <me@jacqueline.id.au>2024-03-28 14:20:50 +1100
commit239e6d89507a24c849385f4bfa93ac4ad58e5de5 (patch)
tree1f7267f4dc7f0022d4388bf669991a7d8ffd7622 /tools/cmake
parentdd3346d381d0db6e179a1127a746deb9b096d5bc (diff)
downloadtangara-fw-239e6d89507a24c849385f4bfa93ac4ad58e5de5.tar.gz
bump esp-idf to 5.2.1
Diffstat (limited to 'tools/cmake')
-rw-r--r--tools/cmake/common.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake
index 31d9c8de..65c374ce 100644
--- a/tools/cmake/common.cmake
+++ b/tools/cmake/common.cmake
@@ -45,7 +45,8 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(EXTRA_WARNINGS "-Wshadow" "-Wnon-virtual-dtor" "-Wunused"
"-Woverloaded-virtual" "-Wmisleading-indentation" "-Wduplicated-cond"
"-Wduplicated-branches" "-Wlogical-op" "-Wnull-dereference"
- "-Wdouble-promotion" "-Wformat=2" "-Wimplicit-fallthrough")
+ "-Wdouble-promotion" "-Wformat=2" "-Wimplicit-fallthrough"
+ "-Wno-deprecated-enum-enum-conversion" "-Wno-array-bounds")
# Extra build flags that should apply to the entire build. This should mostly
# just be used to setting flags that our external dependencies requires.