Resolve clang unused-but-set warnings in vmd's vioscsi.c.
authordv <dv@openbsd.org>
Mon, 7 Mar 2022 14:17:47 +0000 (14:17 +0000)
committerdv <dv@openbsd.org>
Mon, 7 Mar 2022 14:17:47 +0000 (14:17 +0000)
commit30dd31d2109d3c25b43afc825f65faac74dcb689
tree5e0a4bc4362f1ca6d527187473a8c39c8e86391f
parentdc7152bbcaa6dbc36fd32dc090c3cdb93210399e
Resolve clang unused-but-set warnings in vmd's vioscsi.c.

A few of the vioscsi functions have debug logging in DPRINTF's and
are the only use of some declared variables. This tucks any debug-only
variables into the DPRINTF or behind an #if DEBUG.

ok from deraadt@ caveated I don't add code before any declarations.
usr.sbin/vmd/vioscsi.c