Skip to content

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:543: Possible cut'n'paste error ? #91222

Closed
@dcb314

Description

@dcb314

Static analyser cppcheck says:

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:543:35: style: Expression is always false because 'else if' condition matches previous condition at line 535. [multiCondition]

Source code is

 if (m_compression_type == CompressionType::LZFSE)
 ...
 else if (m_compression_type == CompressionType::LZFSE)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions