spiffs: fix warning when building at release optimization level
Closes https://github.com/espressif/esp-idf/issues/4144
This commit is contained in:
parent
420ee45279
commit
0be585179e
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ idf_component_register(SRCS "esp_spiffs.c"
|
|||
REQUIRES spi_flash
|
||||
PRIV_REQUIRES bootloader_support)
|
||||
|
||||
set_source_files_properties(spiffs/src/spiffs_nucleus.c PROPERTIES COMPILE_FLAGS -Wno-stringop-truncation)
|
Loading…
Reference in a new issue