On Tuesday 15 May 2007 09:08:47 [EMAIL PROTECTED] wrote:

> Log:
> eliminate some compiler warnings
> ~ all tests pass
>
> Modified: trunk/src/debug.c
> ===========================================================================
>=== --- trunk/src/debug.c   (original)
> +++ trunk/src/debug.c   Tue May 15 09:08:45 2007
> @@ -1983,8 +1983,10 @@
>  PDB_eval(Interp *interp, const char *command)
>  {
>      opcode_t *run;
> +#if 0
>      PackFile *eval_pf;
>      PackFile_ByteCode *old_cs;
> +#endif

The UNUSED() macro seems to be slightly more descriptive.  If you have an 
update soon that'll use those variables, this is fine for now, but I hate to 
have more #if 0 ... #endif pairs in the source without explanation why 
they're there.

-- c

Reply via email to