mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-22 15:02:54 -04:00
fix compiler warnings (#3094)
This commit is contained in:
+1
-2
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user