fix compiler warnings (#3094)

This commit is contained in:
Jcw87
2026-02-11 00:14:18 -08:00
committed by GitHub
parent e537b32c66
commit a07ec61d66
10 changed files with 11 additions and 25 deletions
+1 -5
View File
@@ -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));