Skip to content

quazip/zip.c misleading indentation #369

Description

@czipperz

https://github.com/ccMSC/ckb/blob/master/src/ckb/quazip/zip.c#L538

quazip/zip.c: In function 'zip64local_SearchCentralDir':
quazip/zip.c:530:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (i=(int)uReadSize-3; (i--)>0;)
     ^~~
quazip/zip.c:538:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
       if (uPosFound!=0)
       ^~

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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