toke.c/MAD: silence a couple of warnings
authorDavid Mitchell <davem@iabyn.com>
Thu, 9 May 2013 10:19:32 +0000 (11:19 +0100)
committerDavid Mitchell <davem@iabyn.com>
Thu, 9 May 2013 10:19:32 +0000 (11:19 +0100)
commit9c3c07f8ec0a449a2ff42754f2952773c0863fed
tree93f206bc8dbada7441958329506ce1b907adf889
parent05f5908f8de71a2ef1188624c0e09278342be6d0
toke.c/MAD: silence a couple of warnings

A couple of vars are set but not used under -Dmad.
The easiest way to silence the warnings is to use PERL_UNUSED_VAR()
rather than try to #ifdef away all the places the vars appear under mad.
toke.c