Re: may be undefined operation warning

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

 



On Sun, Feb 24, 2008 at 22:31, Wesley Smith <wesley.hoke@xxxxxxxxx> wrote:

>  c =  out_pix + (voffset - *cp++)*out_rowstride;
>  *c++ = MAX_CHAR(*c, accum);  ///<------------- warning on this line

The first store to *c happens after the load on the RHS of the assignment.


Diego.

[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