Skip to content

-Wempty-body in drivers/atm/eni.c #42

@nickdesaulniers

Description

@nickdesaulniers
  CC      drivers/atm/eni.o
drivers/atm/eni.c:244:48: warning: for loop has empty body [-Wempty-body]
        for (order = 0; (1 << order) < *size; order++);
                                                      ^
drivers/atm/eni.c:244:48: note: put the semicolon on a separate line to silence this
      warning

This can probably be replaced with a while loop, or the warning disabled unless W=1 or something in KBUILD. Probably CONFIG_ATM_DRIVERS=y.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions