forked from fmtlib/fmt
Add warning ignores to fix compiling with new esp-idf
This commit is contained in:
@ -400,4 +400,9 @@ idf_component_register(
|
||||
include
|
||||
)
|
||||
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 23)
|
||||
target_compile_options(${COMPONENT_TARGET}
|
||||
PRIVATE
|
||||
-Wno-array-bounds
|
||||
-Wno-stringop-overflow
|
||||
)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user