diff options
author | Justin Bogner <mail@justinbogner.com> | 2025-07-31 12:30:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 12:30:13 -0700 |
commit | 506834deac06acc37fff4f852c7ecbce0a2bacd2 (patch) | |
tree | d198682f2ff01b98f1b7a92061abd9e9306c7064 /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | e46d938ddf41246e3bf9aa2afc0e7f52ac446ce4 (diff) | |
download | llvm-506834deac06acc37fff4f852c7ecbce0a2bacd2.zip llvm-506834deac06acc37fff4f852c7ecbce0a2bacd2.tar.gz llvm-506834deac06acc37fff4f852c7ecbce0a2bacd2.tar.bz2 |
Suppress -Wuninitialized-const-pointer warning (#151583)
Recent clang (as of #148337) introduced a warning on passing unitialized
pointers to functions that take const pointers. This is entirely
spurious on this code, but this works around it to keep the bots happy.
Build failure: https://lab.llvm.org/buildbot/#/builders/168/builds/14779
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions