Re: may be undefined operation warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux