mirror of https://github.com/mgba-emu/mgba.git
Util: Fix warning on Windows
This commit is contained in:
parent
68c183e4bf
commit
857fc21d21
|
@ -159,6 +159,7 @@ static inline int ThreadJoin(Thread thread) {
|
|||
}
|
||||
|
||||
static inline int ThreadSetName(const char* name) {
|
||||
UNUSED(name);
|
||||
return -1;
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue