At 1:52 PM -0500 2/18/02, Josh Wilmes wrote:
>Fixes the following (lcc) warnings:
>
> - interpreter.c:470: warning: expression with no effect elided
>(related to the way warnings flags were defined)
>
> - misc.c:352: warning: unreachable code
> misc.c:483: warning: unreachable c
On Mon, Feb 18, 2002 at 01:52:24PM -0500, Josh Wilmes wrote:
> Index: include/parrot/pmc.h
> ===
> RCS file: /home/perlcvs/parrot/include/parrot/pmc.h,v
> retrieving revision 1.17
> diff -u -r1.17 pmc.h
> --- include/parrot/pmc.h
Fixes the following (lcc) warnings:
- interpreter.c:470: warning: expression with no effect elided
(related to the way warnings flags were defined)
- misc.c:352: warning: unreachable code
misc.c:483: warning: unreachable code
(i introduced these with some overzealous de