aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-04-02 12:01:47 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-04-02 12:02:04 +0100
commitb02c7a81523f3a9d14f418e5453bd222127e780a (patch)
tree0a562f3b3ccd0ac36baf3e087817a0a38bcdb8cd /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parente6cb4b659af9f9c1a4c179093b187e7ad7cc5770 (diff)
downloadllvm-b02c7a81523f3a9d14f418e5453bd222127e780a.zip
llvm-b02c7a81523f3a9d14f418e5453bd222127e780a.tar.gz
llvm-b02c7a81523f3a9d14f418e5453bd222127e780a.tar.bz2
Fix "result of 32-bit shift implicitly converted to 64 bits" MSVC warning. NFCI.
The shift of 1 by an amount that is never more than 31 means that the warning is a false positive but is safe and fixes Werror builds.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions