Re: [PATCH] class/*.c weren't being compiled with warnings turnedon.

2002-01-15 Thread Simon Glover
On Tue, 15 Jan 2002, Dan Sugalski wrote: > At 04:39 PM 1/15/2002 +, Alex Gough wrote: > >On Tue, 15 Jan 2002, Simon Glover wrote: > > > > >warning: control reaches end of non-void function > > > > > > I'm not sure what to do about the former. The latter generally seem to > > > arise f

Re: [PATCH] class/*.c weren't being compiled with warnings turnedon.

2002-01-15 Thread Alex Gough
On Tue, 15 Jan 2002, Simon Glover wrote: >warning: control reaches end of non-void function > > I'm not sure what to do about the former. The latter generally seem to > arise from unimplemented methods. Accordingly, I've added a new > exception, PMC_FN_NOT_IMPLEMENTED, to exception.h, and

Re: [PATCH] class/*.c weren't being compiled with warnings turnedon.

2002-01-15 Thread Simon Glover
On Mon, 14 Jan 2002, Nicholas Clark wrote: > On Sun, Jan 13, 2002 at 02:14:08PM -0500, Dan Sugalski wrote: > > So, I'm turning off the unused parameter warning for now to shut the .ops > > file compiles up. After that point, all submitted patches must generate no > > more warnings than were cu