This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re_exec_indentf,re_indentf: silence warnings
authorDavid Mitchell <davem@iabyn.com>
Mon, 28 Mar 2016 08:59:10 +0000 (09:59 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 28 Mar 2016 14:30:38 +0000 (15:30 +0100)
commitdaeb874b6b0d9720a5b3cffd11054bd7d7678888
tree5973224889dfe12a3ec352474293ee52d4dfc921
parent9d9905599cad5eeb33b2a64c023b97005694fbcd
re_exec_indentf,re_indentf: silence warnings

Pass the right types to printf.

For re_exec_indentf(), really the type of the depth arg should be changed
so that it and the depth var are consistent throughout regexec.c, but
that's probably something for post-5.24.
regcomp.c
regexec.c