[ovs-git] Open vSwitch: vlog: Ignore return value of some write() calls. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Aug 7 23:10:26 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  171c54d7461be651eb8ef88b2b6fe75bd9dca28a (commit)
      from  8812ec2cdde70b6fae5163c65c7706bed08190c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 171c54d7461be651eb8ef88b2b6fe75bd9dca28a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=171c54d7461be651eb8ef88b2b6fe75bd9dca28a
Author: Justin Pettit <jpettit at nicira.com>
		
vlog: Ignore return value of some write() calls.
		
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>


-----------------------------------------------------------------------

Summary of changes:
 lib/vlog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list