tools: Upgrade Clang toolchain to 'esp-16.0.0-20230516'

This commit is contained in:
Alexey Gerenkov
2023-05-01 19:10:15 +03:00
parent 9f4a296274
commit 8846674e54
3 changed files with 26 additions and 20 deletions
+2
View File
@@ -115,6 +115,8 @@ if(CMAKE_C_COMPILER_ID MATCHES "Clang")
list(APPEND compile_options "-Wno-c2x-extensions")
# warning on xMPU_SETTINGS for esp32s2 has size 0 for C and 1 for C++
list(APPEND compile_options "-Wno-extern-c-compat")
# warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1
list(APPEND compile_options "-Wno-single-bit-bitfield-constant-conversion")
endif()
# More warnings may exist in unit tests and example projects.