diff options
author | Zachary Turner <zturner@google.com> | 2014-11-10 22:31:51 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2014-11-10 22:31:51 +0000 |
commit | ba80da60c806bc2d7ae65bc557b519ebb2772901 (patch) | |
tree | 4ac9e965d50a1b46764925f26c892bad5afd1d55 /lldb/source/Plugins/Process/Windows/DebuggerThread.cpp | |
parent | 4c1a96f5192b0aa5a29ae0e2be88dad166cd8f3a (diff) | |
download | bcm5719-llvm-ba80da60c806bc2d7ae65bc557b519ebb2772901.tar.gz bcm5719-llvm-ba80da60c806bc2d7ae65bc557b519ebb2772901.zip |
Fix some compiler warnings, one of which was a legit bug.
MSVC warns that not all control paths return a value when a switch
doesn't have a default case handler. Changed explicit value checks
to a default check.
Also, it caught a case where bitwise AND was being used instead of
logical AND. I'm not sure what this fixes, but presumably it is
not covered by any kind of test case.
llvm-svn: 221636
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/DebuggerThread.cpp')
0 files changed, 0 insertions, 0 deletions