mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-12 22:06:04 -06:00
Fix warning reported by Clang static code analyzer:
CC tools/virtiofsd/passthrough_ll.o
tools/virtiofsd/passthrough_ll.c:1083:5: warning: Value stored to 'saverr' is never read
saverr = ENOMEM;
^ ~~~~~~
Fixes:
|
||
|---|---|---|
| .. | ||
| virtiofsd | ||