forked from espressif/esp-idf
fix(freertos): fix GCC 14 analyzer warnings
This commit is contained in:
@@ -249,7 +249,7 @@ else()
|
|||||||
idf_component_optional_requires(PRIVATE esp_pm)
|
idf_component_optional_requires(PRIVATE esp_pm)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_IDF_TARGET_ESP32P4 AND NOT CONFIG_FREERTOS_SMP AND
|
if(NOT CONFIG_FREERTOS_SMP AND
|
||||||
CONFIG_COMPILER_STATIC_ANALYZER AND CMAKE_C_COMPILER_ID STREQUAL "GNU") # suppress false-positive warning
|
CONFIG_COMPILER_STATIC_ANALYZER AND CMAKE_C_COMPILER_ID STREQUAL "GNU") # suppress false-positive warning
|
||||||
set_source_files_properties(
|
set_source_files_properties(
|
||||||
"${kernel_impl}/queue.c"
|
"${kernel_impl}/queue.c"
|
||||||
|
Reference in New Issue
Block a user