summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-31 10:20:43 -0700
committerGitHub <noreply@github.com>2016-10-31 10:20:43 -0700
commitaaee3f93ef447d3307110464223e4315c3f02db5 (patch)
tree23cbfd89dca44249621536ccd64e9485ef798f1a
parent7983414b33b43e76fc9766067b27060772150dbf (diff)
parent776ef9f83bdd8d5130622baf7024f4380f290dbd (diff)
downloadfuse-aaee3f93ef447d3307110464223e4315c3f02db5.tar.gz
Merge pull request #109 from divinity76/patch-1
silence bogus eclipse linter warning
-rw-r--r--example/cuse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/cuse.c b/example/cuse.c
index e5514e9..15e2d37 100644
--- a/example/cuse.c
+++ b/example/cuse.c
@@ -233,6 +233,7 @@ static void cusexmp_ioctl(fuse_req_t req, int cmd, void *arg,
case FIOC_READ:
is_read = 1;
+ /* no break */
case FIOC_WRITE:
fioc_do_rw(req, arg, in_buf, in_bufsz, out_bufsz, is_read);
break;