diff options
| author | Jeremy Morse <jeremy.morse@sony.com> | 2025-01-28 15:55:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 15:55:45 +0000 |
| commit | 48df9480dab57f99aa466ade1df6c46e71da25b5 (patch) | |
| tree | 1fdfa5ecc6421d3d64243dc5c7d556f2ce6f20a8 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 75622e3f8d9d18de693988f95c44a0011de9208f (diff) | |
[NFC] Suppress spurious deprecation warning with MSVC (#124764)
gcc and clang won't complain about calls to deprecated functions, if
you're calling from a function that is deprecated too. However, MSVC
does care, and expands into maaany deprecation warnings for
getFirstNonPHI.
Suppress this by converting the inlineable copy of getFirstNonPHI into a
non-inline copy.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
