On Mon, Feb 25, 2008 at 07:55, John Love-Jensen <eljay@xxxxxxxxx> wrote: > *c++ = *c; > > The solution is "don't do that". In general, yes, however in this case there was a store to *c right above that line. So the warning could be avoided. Diego.
On Mon, Feb 25, 2008 at 07:55, John Love-Jensen <eljay@xxxxxxxxx> wrote: > *c++ = *c; > > The solution is "don't do that". In general, yes, however in this case there was a store to *c right above that line. So the warning could be avoided. Diego.