diff options
author | Nico Weber <thakis@chromium.org> | 2022-10-14 15:24:27 -0400 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2022-10-26 13:34:56 -0400 |
commit | 0af7280a5ee005737fbf1b709909d9600e2b5c75 (patch) | |
tree | 0da17de6d60bc8aed354bec75cc32155cd13621b /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | df239a6c17fa51274e38f185e72ac02c2f8fb914 (diff) | |
download | llvm-0af7280a5ee005737fbf1b709909d9600e2b5c75.zip llvm-0af7280a5ee005737fbf1b709909d9600e2b5c75.tar.gz llvm-0af7280a5ee005737fbf1b709909d9600e2b5c75.tar.bz2 |
[lldb] Fix a -Wdeprecated-declarations warning
Fixes:
../../lldb/source/Symbol/LocateSymbolFileMacOSX.cpp:633:26:
warning: 'CFPropertyListCreateFromXMLData' is deprecated:
first deprecated in macOS 10.10 -
Use CFPropertyListCreateWithData instead.
[-Wdeprecated-declarations]
(CFDictionaryRef)::CFPropertyListCreateFromXMLData(
^
Hopefully no behavior change.
Differential Revision: https://reviews.llvm.org/D135983
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions