这是indexloc提供的服务,不要输入任何密码
Skip to content

cppcheck find bug #24

@RekGRpth

Description

@RekGRpth
prefix.c:1273:12: style: Redundant initialization for 'maxoff'. The initialized value is overwritten before it is read. [redundantInitialization]
    maxoff = entryvec->n - 1;
           ^
prefix.c:1260:25: note: maxoff is initialized
    OffsetNumber maxoff = entryvec->n - 1;
                        ^
prefix.c:1273:12: note: maxoff is overwritten
    maxoff = entryvec->n - 1;
           ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions