fix warnings

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@297 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-12 10:43:15 +00:00
parent 3763ed7afd
commit 8ee5c695dd
8 changed files with 11 additions and 10 deletions

View File

@@ -268,6 +268,7 @@ while (my $l = <IN>) {
. $c[1]
. "(MwWidget widget, void* user, void* call){\n";
$base_c = $base_c . " MwOO::Base* c = (MwOO::Base*)user;\n";
$base_c = $base_c . " (void)widget;";
$base_c = $base_c . " c->" . $c[1] . "(call);\n";
$base_c = $base_c . "}\n";
}