mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-13 22:32:27 +00:00
more warning fixes
This commit is contained in:
@@ -4,6 +4,14 @@ assertWithSideEffect
|
||||
// TODO: need to come back to these
|
||||
duplInheritedMember
|
||||
|
||||
// TODO:
|
||||
// "Using memset() on struct which contains a floating point number."
|
||||
// tried:
|
||||
// if (std::is_floating_point<T>::value) {
|
||||
// p = 0;
|
||||
// in src/mesh/MemoryPool.h
|
||||
memsetClassFloat
|
||||
|
||||
// no real downside/harm in these
|
||||
unusedFunction
|
||||
unusedPrivateFunction
|
||||
|
||||
Reference in New Issue
Block a user