diff options
| author | Alex Langford <alangford@apple.com> | 2024-02-28 16:54:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 16:54:32 -0800 |
| commit | f7a544dd5f515c2f9b312142f573806cc8e64145 (patch) | |
| tree | cd83e4428c721ac52ec3737faf1732570fa3b4c3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | fdf44b37774ede4e15b12508753aca16008b718d (diff) | |
[lldb] Ignore swig warnings about shadowed overloads (#83317)
This specifically addresses the warnings:
$LLVM/lldb/include/lldb/API/SBCommandReturnObject.h:119: Warning 509:
Overloaded method lldb::SBCommandReturnObject::PutCString(char const *)
effectively ignored,
$LLVM/lldb/include/lldb/API/SBCommandReturnObject.h:119: Warning 509: as
it is shadowed by lldb::SBCommandReturnObject::PutCString(char const
*,int).
There is exactly one declaration of SBCommandReturnObject::PutCString.
The second parameter (of type `int`) has default value `-1`. Without
investigating why SWIG believes there are 2 method declarations, I
believe it is safe to ignore this warning. It does not appear to
actually impact functionality in any way.
rdar://117744660
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
