]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/perf_local: Mark unused but useful variables as `maybe_unused`
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 28 Sep 2022 22:12:48 +0000 (18:12 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 30 Sep 2022 18:51:06 +0000 (14:51 -0400)
commit67e2213f701e3336730dbe2d52463d28bd0ba92e
treeea09fbc59bedc54a7c14de97809d0dc901841821
parent94706f0de5c308cd0198846d8e2ae29e494d66c8
test/perf_local: Mark unused but useful variables as `maybe_unused`

Since they're used for a print that's commented out, keep them around
but silence the warning about them.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/test/perf_local.cc