]> git.ipfire.org Git - thirdparty/collectd.git/commit
write_open_telemetry plugin: Fix "unused variable" compile warning.
authorFlorian Forster <octo@collectd.org>
Mon, 4 Dec 2023 16:49:14 +0000 (17:49 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 3 Jan 2024 16:16:28 +0000 (17:16 +0100)
commit3d53626e350d54a9c33cd19a6f37b89846a1177d
treee82a85f03b8928e479e98bc7af168869a0dfb4cf
parentf4af0fc40f7f52ab93aa06d3ae95de3c94935d96
write_open_telemetry plugin: Fix "unused variable" compile warning.

The variable is only used when compiling with `--enable-debug`.
src/write_open_telemetry.cc