mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-26 11:46:34 +01:00
perl: disable warnings
This commit is contained in:
parent
eac0f83864
commit
b4ae6bf82c
@ -480,6 +480,7 @@ sub execute {
|
||||
|
||||
sub _count {
|
||||
my ( $self, $value ) = @_;
|
||||
no warnings; # FIXME
|
||||
my $byte = unpack( 'C', substr( $value, $p++, 1 ) ); # get header
|
||||
|
||||
Carp::croak('invalid data') unless defined $byte;
|
||||
|
Loading…
x
Reference in New Issue
Block a user