[cfe-dev] uninitialized variable warning, etc

Chris Lattner clattner at apple.com
Mon Mar 9 00:18:56 PDT 2009


fixed in r66416, thanks!

-Chris

On Mar 8, 2009, at 11:58 PM, रजनीश wrote:

> here you go.
> <unary.c>
>
>
> 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