mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cbe906e53c
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
test_fixtures.hpp | ||
test_nvs_cxx_api.cpp | ||
test_nvs_handle.cpp | ||
test_nvs_initialization.cpp | ||
test_nvs_storage.cpp | ||
test_nvs.cpp | ||
test_partition_manager.cpp |