HomeClusterLabs Projects

Refactor: daemons: Get rid of an implicit fallthrough.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: daemons: Get rid of an implicit fallthrough.

Support for attribute((fallthrough)) varies between compilers and
releases, so we've got macros to detect and deal with it. However,
there's only one spot we are making use of the implicit fallthrough and
it only saves duplication of one line. Plus, that's really kind of a
misfeature of C (hence the compiler warning).

So, just get rid of it and remember to not use implicit fallthroughs in
the future.

Fixes T558

Details

Provenance
clumensAuthored on Nov 13 2024, 10:51 AM
Tasks
Restricted Maniphest Task

Commit No Longer Exists

This commit no longer exists in the repository.