This revision was automatically updated to reflect the committed changes.
Closed by commit rL246123: Silence some MSVC warnings. (authored by sas).
Changed prior to commit:
http://reviews.llvm.org/D12388?vs=33275&id=33276#toc
Repository:
rL LLVM
http://reviews.llvm.org/D12388
Files:
lldb/
Thanks for fixing these. Feel free to commit trivial warning fixes without
review.
On Wed, Aug 26, 2015 at 4:43 PM Stephane Sezer wrote:
> sas created this revision.
> sas added a reviewer: zturner.
> sas added a subscriber: lldb-commits.
>
> Just `assert("string" && false)` instead of `assert(
sas created this revision.
sas added a reviewer: zturner.
sas added a subscriber: lldb-commits.
Just `assert("string" && false)` instead of `assert("string" == NULL)`.
This avoid errors like
[...]\Core\SourceManager.cpp(647): warning C4130: '==' : logical operation
on address of string cons