Re: [MAYBE PATCH] the 2 warnings in jit.c

2002-01-26 Thread Daniel Grunblatt
It will add a warning per call to calculate_displacement in the alpha. Daniel Grunblatt. On Sat, 26 Jan 2002, Nicholas Clark wrote: > Appended patch gets rid of these two: > > cc -pipe -Os -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow >-Wpointer-arith -Wcast-qual -Wcast-al

[MAYBE PATCH] the 2 warnings in jit.c

2002-01-26 Thread Nicholas Clark
Appended patch gets rid of these two: cc -pipe -Os -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Winline -W -Wsign-compare -Wno-unused-I./include -DHAS_JIT -DI386 -o jit.o -c jit.