diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-10-04 05:32:50 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-04 09:38:43 -0700 |
commit | 2ff4512f4d92cb81d1db548ba0655eb9bfb081e3 (patch) | |
tree | 4ad37999b26a826200d2e0bdacaebfd337823b99 /sv.c | |
parent | f8a7ccebba5637bf0cf5a23cea563b2ccd62312d (diff) | |
download | perl-2ff4512f4d92cb81d1db548ba0655eb9bfb081e3.tar.gz |
regcomp.c: Compiler warning
Shut up this warning:
regcomp.c:7346:13: warning: format specifies type 'unsigned long' but the
argument has type 'U32' (aka 'unsigned int') [-Wformat]
RExC_study_chunk_recursed_count);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
by casting to auld lang syne—I mean unsigned long.
Diffstat (limited to 'sv.c')
0 files changed, 0 insertions, 0 deletions