[PATCH] D14817: [sanitizer] Avoid -Wmaybe-uninitialized related warnings when building ASan with GCC.

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 01:32:26 PST 2015


m.ostepenko added a comment.

In http://reviews.llvm.org/D14817#293120, @dblaikie wrote:

> Perhaps we could just disable this warning for building this code?
>  ...


I've thought about this a little bit more and I think you are right. The code itself is valid and we don't need to worry about these bogus warnings (GCC's -Wmaybe-uninitialized warnings sometimes are really annoying).


Repository:
  rL LLVM

http://reviews.llvm.org/D14817





More information about the llvm-commits mailing list