Squelch compiler warning in perf shutdown

This commit is contained in:
Jeffrey Pfau 2014-01-31 02:30:56 -08:00
parent 4255d10f08
commit bab92ba659
1 changed files with 1 additions and 0 deletions

View File

@ -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);