make destroyed 1 on child widgets too

This commit is contained in:
Nishi 2025-12-07 06:34:16 +09:00
commit c2e960fe59
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 10 additions and 1 deletions

View file

@ -210,7 +210,7 @@ if (param_get("static")) {
}
foreach my $l (@library_targets) {
my $warn = "-Wall -Wextra -Wno-sign-compare";
my $warn = "-Wall -Wextra -Wno-sign-compare -Wno-unused-value";
my $s = $l;
my $o = $object_suffix;
$o =~ s/\./\\\./g;