[PATCH] -Wall trace.c

2002-01-01 Thread Nicholas Clark
This patch shuts up this one: cc -Wall -I./include -DHAS_JIT -o trace.o -c trace.c trace.c: In function `trace_op_dump': trace.c:71: warning: enumeration value `PARROT_ARG_OP' not handled in switch Nicholas Clark --- trace.c~Sun Dec 30 12:05:20 2001 +++ trace.c Tue Jan 1 17:47:12

Re: [PATCH] -Wall trace.c

2002-01-01 Thread Dan Sugalski
At 05:12 PM 1/1/2002 +, Nicholas Clark wrote: This patch shuts up this one: cc -Wall -I./include -DHAS_JIT -o trace.o -c trace.c trace.c: In function `trace_op_dump': trace.c:71: warning: enumeration value `PARROT_ARG_OP' not handled in switch Applied, thanks.