]> git.ipfire.org Git - thirdparty/collectd.git/commit
write_riemann_threshold.c: fix switch-case fall through warning 3917/head
authorEero Tamminen <eero.t.tamminen@intel.com>
Wed, 17 Jan 2024 15:28:07 +0000 (17:28 +0200)
committerEero Tamminen <eero.t.tamminen@intel.com>
Fri, 19 Jan 2024 17:07:16 +0000 (19:07 +0200)
commitb2aff38100e5fe46dbd04ad6ed18b19b8d3bec93
tree157497795c0da9c4832958ee68ed13d889df16c2
parent42c3871e2d340f98032df303a5e82173bdc1b357
write_riemann_threshold.c: fix switch-case fall through warning

Checking also warning limits was just executing redundant code, but
otherwise harmless as later code checks failure count first.

Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
src/write_riemann_threshold.c