esp-idf/components/nvs_flash/host_test
Cody P Schafer cbe906e53c
nvs_host_test: replace sprintf with snprintf
With some libc impls (ie: Xcode 13.1), sprintf is marked as deprecated
and causes the build with `-Werror` to fail. Switch the `sprintf` usage
in test_nvs.cpp to use `snprintf` to allow builds to complete without
warning.
2023-04-03 16:33:57 -04:00
..
fixtures nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
nvs_host_test nvs_host_test: replace sprintf with snprintf 2023-04-03 16:33:57 -04:00
nvs_page_test ci(nvs_flash): Increase timeout of nvs_page_test 2023-02-13 12:35:52 +08:00