mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
spiffs: fix warning when building at release optimization level
Closes https://github.com/espressif/esp-idf/issues/4144
This commit is contained in:
@@ -10,3 +10,4 @@ idf_component_register(SRCS "esp_spiffs.c"
|
|||||||
REQUIRES spi_flash
|
REQUIRES spi_flash
|
||||||
PRIV_REQUIRES bootloader_support)
|
PRIV_REQUIRES bootloader_support)
|
||||||
|
|
||||||
|
set_source_files_properties(spiffs/src/spiffs_nucleus.c PROPERTIES COMPILE_FLAGS -Wno-stringop-truncation)
|
Reference in New Issue
Block a user