Debian Patches

Status for libsyntax-keyword-multisub-perl/0.04-2

Patch Description Author Forwarded Bugs Origin Last update
0001-Fix-formatting-an-IV-variable.patch [PATCH] Fix formatting an IV variable
This patch fixes this compiler warning:

gcc -I/usr/lib64/perl5/CORE -DVERSION="0.02" -DXS_VERSION="0.02" -fPIC -I. -Ihax -ggdb -I.
-c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-g
cc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASS
ERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/us
r/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o lib/Syntax/Keyword/MultiSub.o lib/Syntax/Keyword/MultiSub.c
lib/Syntax/Keyword/MultiSub.xs: In function 'pp_dispatch_multisub':
lib/Syntax/Keyword/MultiSub.xs:52:11: warning: format '%d' expects argument of type 'int', but argument 4 has type 'IV' {aka 'long int'} [-Wformat=]
52 | croak("Unable to find a function body for a call to &%s::%s having %d arguments",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53 | HvNAME(CvSTASH(runcv)), GvNAME(CvGV(runcv)), nargs);
| ~~~~~
| |
| IV {aka long int}
=?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> yes debian upstream 2022-01-11

All known versions for source package 'libsyntax-keyword-multisub-perl'

Links