[vlc-devel] commit: Fix a uninitialized variable warning in xcb/xvideo.c. (JP Dinger )

Rémi Denis-Courmont remi at remlab.net
Tue Nov 17 09:07:09 CET 2009


On Mon, 16 Nov 2009 23:30:36 +0100, jpd at videolan.org wrote:
> On Mon, Nov 16, 2009 at 06:50:36PM +0100, R?mi Duraffort wrote:
>> > Fix a uninitialized variable warning in xcb/xvideo.c.
>> This seems wrong to me.
> 
> Personally, I think the logic leading up to that is a bit twisted and
> should be refactored. Feel free to revert if you'd rather have the
> warning.

I'd like to remind everyone that *possibly* uninitialized values warnings
rely on code analysis. In GCC, said analysis are part of code
optimizations, which depend on the optimizations flags and GCC version. So
it might well be that not everyone got the warning in the first place :/

-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list