[cfe-dev] uninitialized variable warning, etc

रजनीश rdogra at earthlink.net
Sun Mar 8 23:58:34 PDT 2009


here you go.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unary.c
Type: application/octet-stream
Size: 110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090308/c281b5d4/attachment.obj>
-------------- next part --------------



On Mar 8, 2009, at 11:36 PM, Chris Lattner wrote:

>
> 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