From a07ec61d666522ef022bf490a2b95b43e081884b Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Wed, 11 Feb 2026 00:14:18 -0800 Subject: fix compiler warnings (#3094) --- src/d/d_drawlist.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/d/d_drawlist.cpp') diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp index df96ec7da8..b79a594eff 100644 --- a/src/d/d_drawlist.cpp +++ b/src/d/d_drawlist.cpp @@ -874,11 +874,7 @@ void dDlst_blo_c::draw() { } // stand-in for a function that pulls in a bunch of inline functions but was presumably stripped -static void dummy_misc() { - J2DScreen* screen; - J2DPane* pane; - J2DPicture* picture; - J2DAnmBase* anmBase; +static void dummy_misc(J2DAnmBase* anmBase, J2DPicture* picture, J2DPane* pane, J2DScreen* screen) { delete anmBase; picture->setBlack(JUtility::TColor(0, 0, 0, 0)); picture->setWhite(JUtility::TColor(0, 0, 0, 0)); -- cgit v1.2.3