[Lldb-commits] [PATCH] D32137: [Utility] Placate another GCC warning

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 20 07:13:58 PDT 2017


davide added a comment.

In https://reviews.llvm.org/D32137#731727, @labath wrote:

> Thanks for digging into this, I've learned something new today. Fixing this with a cast seems reasonable then.


Me too, apparently C++ integer promotion is less obvious than I thought ;)


https://reviews.llvm.org/D32137





More information about the lldb-commits mailing list