components/nvs: fix host build with GCC 4.9, add coverage report generation

This commit is contained in:
Ivan Grokhotkov
2016-08-22 14:16:21 +08:00
parent 7998b6ca2e
commit a65e019451
4 changed files with 29 additions and 12 deletions
-5
View File
@@ -554,11 +554,6 @@ public:
static_assert(nKeys == sizeof(types) / sizeof(types[0]), "");
static_assert(nKeys == sizeof(values) / sizeof(values[0]), "");
auto generateRandomString = [](char* dst, size_t size) {
size_t len = 0;
};
auto randomRead = [&](size_t index) -> esp_err_t {
switch (types[index]) {
case ItemType::I32: