On Sun, Nov 3, 2013 at 11:09 PM, Vittorio Giovara
<[email protected]> wrote:
> This will convert the gcc warning -Wno-maybe-unintialized into
> -Wno-sometimes-uninitialized for clang
> ---

This was originally disabled because GCC is rather bad at this and
emits a lot of false positives. clang has a better history tracking
uninitialized variables, is the sometimes-uninitialized also full of
false-positives which would warrant turning it off, or does it make
more sense to actually keep it on?
Just blindly applying the same settings for different compilers is not
always the best course. :)

- Hendrik
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to