]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/fio: remove assign-only variable
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 26 Aug 2024 15:03:08 +0000 (11:03 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 10 Dec 2024 21:25:53 +0000 (16:25 -0500)
commit4b4473f3bd63a2e5b52ea1a7bbb84af92072c9c6
treead57bdf5618beb5b93c559d653c5ee9218458ae4
parent00bae68b52a2483e6e93bb6383715ed8caad03b0
test/fio: remove assign-only variable

This variable in the unit test gets flagged by -Werror which is enabled
by default when compiling the unit tests in a container based
environment. Examining the code the warning appears correct and it
ought to be OK to simply remove this variable.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/test/fio/fio_librgw.cc