]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cfuse.cc: fix warning
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 7 Jun 2011 18:56:05 +0000 (11:56 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 7 Jun 2011 18:56:05 +0000 (11:56 -0700)
commitd9d3c78eb06d0d7c74604bf7fc554d225105bfd7
treefc479055e7c6322eb803b376476f7cdd595739d4
parentea9c4fc296a14459e968d29624d23842415c6f90
cfuse.cc: fix warning

We genuinely don't care about the return code we get back from this call
to write(2). So cast the result to void to tell gcc that we don't care.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/cfuse.cc