The 'm' variable was only used in sizeof expressions; m was a struct
vhost_user_msg, and we already have one of those called 'msg' in the
function where it was needed.
A previous commit removed a RTE_USED() marking on m, which introduced a
warning on clang, since it can now see that m is unused.
Fixes:
|
||
---|---|---|
.. | ||
virtio_user | ||
virtio_pci.c | ||
virtio_user.c | ||
virtio.c | ||
virtio.h |