Re: [PATCH 010/104] virtiofsd: Fix fuse_daemonize ignored return values

2020-01-03 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:37:30PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > QEMU's compiler enables warnings/errors for ignored values > and the (void) trick used in the fuse code isn't enough. > Turn all the return values into a return value on the function

[PATCH 010/104] virtiofsd: Fix fuse_daemonize ignored return values

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" QEMU's compiler enables warnings/errors for ignored values and the (void) trick used in the fuse code isn't enough. Turn all the return values into a return value on the function. Signed-off-by: Dr. David Alan Gilbert --- tools/virtiofsd/helper.c | 33 +++