mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(tools): fix panic test gcc 13.1.0 warnings
This commit is contained in:
parent
a41e3d408f
commit
5c41edb863
@ -17,4 +17,5 @@ idf_component_register(SRCS "${srcs}"
|
||||
PRIV_REQUIRES esp_gdbstub)
|
||||
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-unused-variable"
|
||||
"-Wno-infinite-recursion")
|
||||
"-Wno-infinite-recursion"
|
||||
"-Wno-array-bounds")
|
||||
|
Loading…
Reference in New Issue
Block a user