summaryrefslogtreecommitdiff
path: root/libs/JSystem/src/JUtility/JUTException.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/JSystem/src/JUtility/JUTException.cpp')
-rw-r--r--libs/JSystem/src/JUtility/JUTException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/src/JUtility/JUTException.cpp b/libs/JSystem/src/JUtility/JUTException.cpp
index 6fe1078c4a..8666700d1c 100644
--- a/libs/JSystem/src/JUtility/JUTException.cpp
+++ b/libs/JSystem/src/JUtility/JUTException.cpp
@@ -947,7 +947,7 @@ bool JUTException::queryMapAddress_single(char* mapPath, u32 address, s32 sectio
dst--;
i--;
}
- (void)*src; // needed to match debug
+ UNUSED(*src); // needed to match debug
*dst = 0;
if (print) {
if (begin_with_newline) {