tryfix cppcheck errors

also ignore temporary files
This commit is contained in:
Thomas Göttgens
2023-05-24 02:44:30 +02:00
parent 1dfa8f2d9e
commit 52df85c338
4 changed files with 6 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ template <class T> class TypedQueue
concurrency::OSThread *reader = NULL;
public:
TypedQueue(int maxElements) {}
explicit TypedQueue(int maxElements) {}
int numFree() { return 1; } // Always claim 1 free, because we can grow to any size