On Sun, 4 Nov 2007, Gerald Pfeifer wrote:
> The only patch I can think of that avoid *both* warnings is the one
> below. Not perfect, but I fair compromise. What do you think? Or
> do you have any better idea that we might want to try?
For the record, your fix that you committed yesterday certa
On Mon, 29 Oct 2007, Alexandre Julliard wrote:
>> Not a patch I am particularily proud of, but the best way I found to get
>> rid of
>>
>> listview.c:5043: warning: 'strW' might be used uninitialized in this
>> function
>>
>> issued by GCC, and apart from the added cast it actually is simpler t
Gerald Pfeifer <[EMAIL PROTECTED]> writes:
> Not a patch I am particularily proud of, but the best way I found to get
> rid of
>
> listview.c:5043: warning: 'strW' might be used uninitialized in this
> function
>
> issued by GCC, and apart from the added cast it actually is simpler than
> the