diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-02-20 13:24:38 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-02-20 13:24:38 +0000 |
commit | 4f55667c12ebe5fc04eddfc4074d7d78730cc30e (patch) | |
tree | 3ae7452f5635a8a1e168bbac70e3a01c17ead900 /regcomp.c | |
parent | be8498a1b2824339839d32c9ffcee7899af92562 (diff) | |
download | perl-4f55667c12ebe5fc04eddfc4074d7d78730cc30e.tar.gz |
Silence a couple of compile warnings.
p4raw-id: //depot/perl@30372
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8001,6 +8001,7 @@ S_reginsert(pTHX_ RExC_state_t *pRExC_state, U8 op, regnode *opnd, U32 depth) register regnode *place; const int offset = regarglen[(U8)op]; const int size = NODE_STEP_REGNODE + offset; + PERL_UNUSED_ARG(depth); GET_RE_DEBUG_FLAGS_DECL; /* (PL_regkind[(U8)op] == CURLY ? EXTRA_STEP_2ARGS : 0); */ DEBUG_PARSE_FMT("inst"," - %s",reg_name[op]); |