Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IFS compile warnings/errors (#2673)
This PR improves the IFS `ObjectBuffer` implementation to fix 'hidden virtual method' warnings produced by more recent compilers. The class is just a helper/wrapper with a set of custom 'write' methods, so shouldn't have used inheritance in the first place. Also fixes an 'uninitialised variable' warning in the `Spiffs` IFS library, identified by running IFS integration tests through valgrind.
- Loading branch information