[cfe-dev] uninitialized variable warning, etc

Chris Lattner clattner at apple.com
Sun Mar 8 23:36:12 PDT 2009


On Mar 8, 2009, at 10:48 PM, रजनीश wrote:

> fyi,
>
> this example fails your new test.
>
> libavcodec/mpeg12enc.c:756:19: warning: use of unary operator that  
> may be intended as compound assignment (-=)
>            for(mv=-MAX_MV; mv<=MAX_MV; mv++){
>                  ^~

Please include a self-contained .c file.

-Chris



More information about the cfe-dev mailing list