diff options
author | Martin Storsjö <martin@martin.st> | 2025-09-17 20:39:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-17 20:39:33 +0300 |
commit | 1c5fcb13e0ef82bacdab3b1d0a63a95f29e76306 (patch) | |
tree | 23c2ad70824d1065032620e5208b909ceef97037 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | ea8555b33e745c8643b20bbf61414328843b5a62 (diff) | |
download | llvm-1c5fcb13e0ef82bacdab3b1d0a63a95f29e76306.zip llvm-1c5fcb13e0ef82bacdab3b1d0a63a95f29e76306.tar.gz llvm-1c5fcb13e0ef82bacdab3b1d0a63a95f29e76306.tar.bz2 |
[lldb] Avoid build warnings when building for Windows. NFC. (#159345)
This avoids the following warnings from Clang:
../../lldb/source/Host/windows/Host.cpp:324:3: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
324 | default:
| ^
../../lldb/source/Host/common/File.cpp:662:26: warning: cast from 'const void *' to 'char *' drops const qualifier [-Wcast-qual]
662 | .write((char *)buf, num_bytes);
| ^
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions