On 2/17/20 12:37 PM, Dr. David Alan Gilbert wrote:
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote:
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: 7c6b66027
Reported-by: Clang Static Analyzer
Reviewed-by: Ján Tomko <jto...@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Thanks, you might want to snd that to the upstream libfuse
(different context); it looks like it's the same there.
Done: https://github.com/libfuse/libfuse/pull/501
Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
Thanks!