diff options
| author | Mikael Holmen <mikael.holmen@ericsson.com> | 2021-07-08 09:46:30 +0200 |
|---|---|---|
| committer | Mikael Holmen <mikael.holmen@ericsson.com> | 2021-07-08 09:46:30 +0200 |
| commit | 21fd8759529707b0f4430ebe8f27a01edc7f655e (patch) | |
| tree | 698ef18bb8e24ae81a1562ad045d717bebe842d4 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 511af1b1ad005af61ce792286a76633cd56ef7f9 (diff) | |
[lld/mac] Fix warning about unused variable [NFC]
Change "dyn_cast" to "isa" to get rid of the unused
variable "bitcodeFile".
gcc warned with
lld/MachO/Driver.cpp:531:17: warning: unused variable 'bitcodeFile' [-Wunused-variable]
531 | if (auto *bitcodeFile = dyn_cast<BitcodeFile>(file)) {
| ^~~~~~~~~~~
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
