Bug 416685: jsinterp.c warning: empty body in an if-statement (times 4). r=/a=brendan

This commit is contained in:
jag@tty.nl 2008-02-11 02:55:59 -08:00
parent 0e592c4120
commit a8854bbae5

View File

@ -205,7 +205,7 @@ typedef struct JSPropertyCache {
uint32 flushes; /* cache flushes */
# define PCMETER(x) x
#else
# define PCMETER(x) /* nothing */
# define PCMETER(x) ((void)0)
#endif
} JSPropertyCache;