From 87541dc239c6f5e6fc6e4989a0872a39fc5f3acb Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Sun, 7 Dec 2025 19:35:14 +0100 Subject: [PATCH] 3rdParty: fix warnings in mupen64plus-input-raphnetraw --- .../3rdParty/mupen64plus-input-raphnetraw/src/plugin_back.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/3rdParty/mupen64plus-input-raphnetraw/src/plugin_back.c b/Source/3rdParty/mupen64plus-input-raphnetraw/src/plugin_back.c index 7f81440e..f0c9d72a 100644 --- a/Source/3rdParty/mupen64plus-input-raphnetraw/src/plugin_back.c +++ b/Source/3rdParty/mupen64plus-input-raphnetraw/src/plugin_back.c @@ -228,6 +228,7 @@ int pb_romClosed(void) return 0; } +#if defined(TIME_RAW_IO) || defined(TIME_COMMAND_TO_READ) static void timing(int start, const char *label) { #ifdef ENABLE_TIMING @@ -248,6 +249,7 @@ static void timing(int start, const char *label) } #endif } +#endif #ifdef _DEBUG static void debug_raw_commands_in(unsigned char *command, int channel_id) @@ -301,7 +303,9 @@ static int pb_performIo(void) struct adapter *adap; struct blockio_op *biops; int j, i, res; +#ifdef TRACE_BLOCK_IO int op_was_extio[MAX_OPS] = { }; +#endif for (j=0; j