Fix compiler warnings

This commit is contained in:
Maschell
2026-01-20 18:26:59 +01:00
parent 18a2a8cbc2
commit c3c68ac4f2
5 changed files with 6 additions and 2 deletions

View File

@@ -151,6 +151,7 @@ public:
private:
static int32_t threadCallback(int32_t argc, void *arg) {
(void) argc;
//! After call to start() continue with the internal function
((CThread *) arg)->executeThread();
return 0;