summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_debug_sv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_pc/f_pc_debug_sv.cpp')
-rw-r--r--src/f_pc/f_pc_debug_sv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_pc/f_pc_debug_sv.cpp b/src/f_pc/f_pc_debug_sv.cpp
index 5d78ea3e22..52d89cfb31 100644
--- a/src/f_pc/f_pc_debug_sv.cpp
+++ b/src/f_pc/f_pc_debug_sv.cpp
@@ -8,7 +8,7 @@ int fpcBs_pc_c__print(base_process_class* i_process) {
}
void fpcBs_pc_c__fpcDbSv_callbackXX(void* i_process, char* arg1) {
- arg1;
+ UNUSED(arg1);
fpcBs_pc_c__print((base_process_class*)i_process);
}