fix some cppcheck warnings

This commit is contained in:
Mike Kinney
2022-01-24 07:00:14 +00:00
parent 8a79ede285
commit b3210f6c2c
20 changed files with 82 additions and 45 deletions
+12
View File
@@ -0,0 +1,12 @@
// cppcheck suppressions
assertWithSideEffect
// TODO: need to come back to these
duplInheritedMember
// most likely due to a cppcheck configuration issue (like missing an include)
syntaxError
// ignore stuff that is not ours
*:.pio/*
*:*/libdeps/*