Re: sometimes you just can't win...

2002-01-27 Thread Nicholas Clark
On Sat, Jan 26, 2002 at 10:45:02PM +, Simon Cozens wrote: > On Sat, Jan 26, 2002 at 10:17:12PM +, Nicholas Clark wrote: > > But I can't see a way to tell gcc that we want to do this and locally > > no warnings 'cast-qual'; (if you see what I mean) > > There don't seem to be pragmata to do

Re: sometimes you just can't win...

2002-01-26 Thread Simon Cozens
On Sat, Jan 26, 2002 at 10:17:12PM +, Nicholas Clark wrote: > But I can't see a way to tell gcc that we want to do this and locally > no warnings 'cast-qual'; (if you see what I mean) > There don't seem to be pragmata to do this, and I can't spot an obvious > construction to launder away the c

sometimes you just can't win...

2002-01-26 Thread Nicholas Clark
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 encodings/utf8.o -c encodings/utf8.c encodings/utf8.