diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-04-02 12:01:47 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-04-02 12:02:04 +0100 |
commit | b02c7a81523f3a9d14f418e5453bd222127e780a (patch) | |
tree | 0a562f3b3ccd0ac36baf3e087817a0a38bcdb8cd /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | e6cb4b659af9f9c1a4c179093b187e7ad7cc5770 (diff) | |
download | llvm-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