On Wed, Jul 16, 2003 at 05:07:45PM +0200, Andre Poenitz wrote: > In either case, we use only positive 7 bit values there.
Well, assuming ascii ... Even so, I did ask about this, to no avail : http://gcc.gnu.org/ml/gcc/2003-03/msg00822.html I suspect because testing for positiveness would make the warning meaningless. Can't we turn on -Wno-char-array-subscript or whatever it is ? regards john