Commit 4b4473f
committed
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 <[email protected]>1 parent 00bae68 commit 4b4473f
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | 303 | | |
306 | 304 | | |
307 | 305 | | |
| |||
312 | 310 | | |
313 | 311 | | |
314 | 312 | | |
315 | | - | |
| 313 | + | |
316 | 314 | | |
317 | | - | |
| 315 | + | |
318 | 316 | | |
319 | 317 | | |
320 | 318 | | |
| |||
0 commit comments