Branch: Tag:

2001-03-19

2001-03-19 00:42:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed a few warnings.

Rev: src/interpret_functions.h:1.50

1:   /* -  * $Id: interpret_functions.h,v 1.49 2001/03/09 02:29:33 hubbe Exp $ +  * $Id: interpret_functions.h,v 1.50 2001/03/19 00:42:11 grubba Exp $    *    * Opcode definitions for the interpreter.    */
762:    /* Some attempt to recover, just to be able to report the backtrace. */    pop_n_elems(Pike_sp - *Pike_mark_sp);    fatal("Stack out of synch - should be %ld, is %ld.\n", -  (long) should, (long) is); +  DO_NOT_WARN((long)should), DO_NOT_WARN((long)is));    }   BREAK;