Hi Wesley, > Any ideas? Thanks, The warning is basically from this: *c++ = *c; The solution is "don't do that". uchar tmp = *c; *c++ = MAX_CHAR(tmp, accum); HTH, --Eljay
Hi Wesley, > Any ideas? Thanks, The warning is basically from this: *c++ = *c; The solution is "don't do that". uchar tmp = *c; *c++ = MAX_CHAR(tmp, accum); HTH, --Eljay