From: Jarkko Hietaniemi Date: Thu, 9 Nov 2006 06:47:53 +0000 (+0200) Subject: regcomp.c: printf arg casts X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d99fb9ba0d3f5a4dce25918bb0a33b8815bebfd;p=p5sagit%2Fp5-mst-13.2.git regcomp.c: printf arg casts Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi> p4raw-id: //depot/perl@29240 --- diff --git a/regcomp.c b/regcomp.c index 3ce84c1..e8b76fa 100644 --- a/regcomp.c +++ b/regcomp.c @@ -2091,8 +2091,9 @@ S_make_trie_failtable(pTHX_ RExC_state_t *pRExC_state, regnode *source, regnode */ fail[ 0 ] = fail[ 1 ] = 0; DEBUG_TRIE_COMPILE_r({ - PerlIO_printf(Perl_debug_log, "%*sStclass Failtable (%"UVuf" states): 0", - (int)(depth * 2), "", numstates + PerlIO_printf(Perl_debug_log, + "%*sStclass Failtable (%"UVuf" states): 0", + (int)(depth * 2), "", (UV)numstates ); for( q_read=1; q_read= opnd ) { DEBUG_PARSE_FMT("open"," - %d",size);