In S_mro_get_linear_isa_dfs(), add void casts to silence two warnings
authorNicholas Clark <nick@ccl4.org>
Fri, 12 Sep 2008 21:02:55 +0000 (21:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 12 Sep 2008 21:02:55 +0000 (21:02 +0000)
commited09b296cb65baf1e63050da7be88c8877c28d10
treeaaab24f942e70a271e33edb57823d0920d589635
parent6e4aef591331d48363634d9ad4a01d6c6b5f5577
In S_mro_get_linear_isa_dfs(), add void casts to silence two warnings
about "value computed is not used". Re-order the code to group
operations on the isa hash with each other. Add a SvREADONLY_on() on
the isa array if it is generated by Perl_get_isa_hash().

p4raw-id: //depot/perl@34357
mro.c