At 10:29 PM 3/17/2002 -0500, Bryan C. Warnock wrote: > > Ditching BOOLVAL in favor of UINTVAL might fix a couple as well. > >Until we want to add another one. In either case, UINTVAL is the wrong >type. We'd want the natural word size, which I haven't figured out (beyond >benchmarking) how to test for.) > >Leave it as a char, and turn off the warning.
I'm not sure why I said UINTVAL. ? I meant whatever the word size was (16, 32??), but also I agree, as soon as you add 2 boolean fields, then you lose. > > encodings/utf16.c:112: warning: cast discards qualifiers from pointer > > target type > > encodings/utf32.c:54: warning: cast discards qualifiers from pointer >target > > type > > encodings/utf32.c:62: warning: cast discards qualifiers from pointer >target > > type > >Is this solvable? Good question. :) -Melvin