[ovs-dev] [PATCH] vlog: Ignore return value of some write() calls.

Ben Pfaff blp at nicira.com
Tue Aug 7 23:08:04 UTC 2012


On Tue, Aug 07, 2012 at 03:49:00PM -0700, Justin Pettit wrote:
> A couple of calls to write() would generate warnings when the
> "-Wunused-result" compiler option is enabled.  This change ignores the
> return value, since we can't do anything about it in logging code.
> 
> Signed-off-by: Justin Pettit <jpettit at nicira.com>

Looks good, thanks.



More information about the dev mailing list