mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
fix more warnings; add to CI; suppress some warnings
This commit is contained in:
@@ -99,7 +99,7 @@ template <class T> class MemoryPool : public Allocator<T>
|
||||
~MemoryPool() { delete[] buf; }
|
||||
|
||||
/// Return a buffer for use by others
|
||||
virtual void release(T *p)
|
||||
void release(T *p)
|
||||
{
|
||||
assert(p >= buf &&
|
||||
(size_t)(p - buf) <
|
||||
|
||||
Reference in New Issue
Block a user