all repos — mgba @ bab92ba659898cf6644a59684c9b14f010533d38

mGBA Game Boy Advance Emulator

Squelch compiler warning in perf shutdown
Jeffrey Pfau jeffrey@endrift.com
Fri, 31 Jan 2014 02:30:56 -0800
commit

bab92ba659898cf6644a59684c9b14f010533d38

parent

4255d10f0864362265c8c1659c0a89fee027cf98

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/perf-main.csrc/platform/perf-main.c

@@ -87,6 +87,7 @@ }

} static void _GBAPerfShutdown(int signal) { + (void) (signal); pthread_mutex_lock(&_thread->stateMutex); _thread->state = THREAD_EXITING; pthread_mutex_unlock(&_thread->stateMutex);