Re: [Lldb-commits] [PATCH] unittests: Specify types in a bunch of unittest EXPECT's

2016-10-17 Thread Justin Bogner via lldb-commits
Zachary Turner writes: > looks fine, thanks Thanks! r284405. > On Mon, Oct 17, 2016 at 10:37 AM Justin Bogner via lldb-commits < > lldb-commits@lists.llvm.org> wrote: > >> Today I checked out lldb to check that r284364 wouldn't cause any >> trouble, but there were a few

Re: [Lldb-commits] [PATCH] unittests: Specify types in a bunch of unittest EXPECT's

2016-10-17 Thread Zachary Turner via lldb-commits
looks fine, thanks On Mon, Oct 17, 2016 at 10:37 AM Justin Bogner via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Today I checked out lldb to check that r284364 wouldn't cause any > trouble, but there were a few warnings that fired when I tried to build > it, breaking my -Werror build.