diff options
author | Miroslav Rezanina <mrezanin@redhat.com> | 2022-11-09 10:57:13 -0500 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-11-11 09:12:10 +0100 |
commit | 0f48c47c679bc29fceb3a67283ee3b78175524bf (patch) | |
tree | 812c0c0f3b5da55e7207815057cac62cc15ed4b2 /softmmu | |
parent | 6083dcad80743718620a3f8a72fb76ea8b7c28ca (diff) |
qemu-img: remove unused variable
Variable block_count used in img_dd function is only incremented but never read.
This causes 'Unused but set variable' warning on Clang 15.0.1 compiler.
Removing the variable to prevent the warning.
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <e86d5b57f9d13bde995c616a533b876f1fb8a527.1668009030.git.mrezanin@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'softmmu')
0 files changed, 0 insertions, 0 deletions