mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Removed warning
This commit is contained in:
parent
a35ab2f4ee
commit
b9de65e174
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ sub apply_config {
|
||||||
next unless ref($value) eq 'ARRAY';
|
next unless ref($value) eq 'ARRAY';
|
||||||
# TODO: this is a workaroud for XS string param handling
|
# TODO: this is a workaroud for XS string param handling
|
||||||
# https://rt.cpan.org/Public/Bug/Display.html?id=94110
|
# https://rt.cpan.org/Public/Bug/Display.html?id=94110
|
||||||
|
no warnings 'void';
|
||||||
"$_" for @$value;
|
"$_" for @$value;
|
||||||
$self->_multiple_set("${opt_key}_" . $_, $value->[$_]."") for 0..$#$value;
|
$self->_multiple_set("${opt_key}_" . $_, $value->[$_]."") for 0..$#$value;
|
||||||
$self->_multiple_set($opt_key, $value->[0]."");
|
$self->_multiple_set($opt_key, $value->[0]."");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue