[PATCH] D19623: [libc++] Initialize local doubles to 0.0.
Stephan T. Lavavej via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 27 15:01:07 PDT 2016
STL_MSFT added a comment.
I'd be happy to deal with this in another way. Would you accept _MSC_VER-guarded pragmas to silence such warnings? I didn't see an easy way to rework the logic here so that the variables are obviously initialized on every codepath, which would be the ideal pragma-less solution.
http://reviews.llvm.org/D19623
More information about the cfe-commits
mailing list