summaryrefslogtreecommitdiff
path: root/src/d/d_lib.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2026-02-11 00:14:18 -0800
committerGitHub <noreply@github.com>2026-02-11 00:14:18 -0800
commita07ec61d666522ef022bf490a2b95b43e081884b (patch)
tree678ab1cd3a5fd53dacec121bc19b55bf48a4a888 /src/d/d_lib.cpp
parente537b32c66cca1bed986862ff6d16e2484f53286 (diff)
fix compiler warnings (#3094)
Diffstat (limited to 'src/d/d_lib.cpp')
-rw-r--r--src/d/d_lib.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp
index 5456c7dc9d..8f3597a55b 100644
--- a/src/d/d_lib.cpp
+++ b/src/d/d_lib.cpp
@@ -16,8 +16,7 @@
#include "f_op/f_op_actor.h"
#include "m_Do/m_Do_controller_pad.h"
-static void dummy1(mDoExt_btkAnm* btk) {
- cXyz pos;
+static void dummy1(mDoExt_btkAnm* btk, cXyz& pos) {
GXColor color;
OS_REPORT("d_lib.cpp");
OS_REPORT("brk != 0");