commit | 15a21552c353c5dbd6f0b0fc71e3e8e142aadccc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 01 08:13:42 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 06 19:10:08 2023 -0400 |
tree | 140a5faf4078a43f9371c3ea9ead88b59dc6bcd3 | |
parent | dff75802f45f85db0afe3d4fd64cd66f71e52691 [diff] |
lib: missing fallthrough comment in vsnprintf_internal() When a case statement intentionally falls through we should add a comment. Cf. -Wimplicit-fallthrough Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>