mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix misc. MinGW and Valgrind warnings
This commit is contained in:
@@ -264,7 +264,8 @@ DWORD WINAPI Thread::threadProc(LPVOID param)
|
||||
thr->m_running = false;
|
||||
g_logger.deregisterThread();
|
||||
|
||||
return NULL;
|
||||
// 0 is returned here to avoid an unnecessary ifdef clause
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user