mirror of https://github.com/mgba-emu/mgba.git
Squelch compiler warning in perf shutdown
This commit is contained in:
parent
4255d10f08
commit
bab92ba659
|
@ -87,6 +87,7 @@ static void _GBAPerfRunloop(struct GBAThread* context, int* frames) {
|
|||
}
|
||||
|
||||
static void _GBAPerfShutdown(int signal) {
|
||||
(void) (signal);
|
||||
pthread_mutex_lock(&_thread->stateMutex);
|
||||
_thread->state = THREAD_EXITING;
|
||||
pthread_mutex_unlock(&_thread->stateMutex);
|
||||
|
|
Loading…
Reference in New Issue