Re: [Patch] Yet more warnings-fixes and cleanups [APPLIED]

2002-02-21 Thread Dan Sugalski
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

Re: [Patch] Yet more warnings-fixes and cleanups

2002-02-18 Thread Steve Fink
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

[Patch] Yet more warnings-fixes and cleanups

2002-02-18 Thread Josh Wilmes
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