CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/07 07:17:47
Modified files:
usr.sbin/vmd : vioscsi.c
Log message:
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.
