46c46
< int ret M5_VAR_USED = fwrite(data.c_str(), 1, data.size(), f);
---
> size_t ret M5_VAR_USED = fwrite(data.c_str(), 1, data.size(), f);