meshtastic-firmware/suppressions.txt

17 wiersze
324 B
Plaintext

// cppcheck suppressions
assertWithSideEffect
// TODO: need to come back to these
duplInheritedMember
// no real downside/harm in these
unusedFunction
unusedPrivateFunction
// most likely due to a cppcheck configuration issue (like missing an include)
syntaxError
// ignore stuff that is not ours
*:.pio/*
*:*/libdeps/*