summaryrefslogtreecommitdiff
path: root/libs/JSystem/src/JUtility/JUTException.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-03-18 01:38:05 -0400
committerGitHub <noreply@github.com>2026-03-17 22:38:05 -0700
commit6694c1b281a142972fce587bd20cd82ee65ab38f (patch)
tree2537d09d5ab3d270eaca5143a4f2f2f65f4ecb49 /libs/JSystem/src/JUtility/JUTException.cpp
parent9f340b604b5ac3d19d330b7bd6a2d7355c58bc27 (diff)
Fix a bunch of compiler warnings and document several more bugs (#3130)
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) {