projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7983414
)
silence bogus eclipse linter warning
author
divinity76
<divinity76@gmail.com>
Mon, 31 Oct 2016 13:39:20 +0000
(14:39 +0100)
committer
GitHub
<noreply@github.com>
Mon, 31 Oct 2016 13:39:20 +0000
(14:39 +0100)
"No break at the end of case cuse.c /example line 235 Code Analysis Problem"
example/cuse.c
patch
|
blob
|
history
diff --git
a/example/cuse.c
b/example/cuse.c
index e5514e9b4cf4faa551629c933ecbffdb7197a471..15e2d37312fa1eb31144a2e32470c7a537f78fb8 100644
(file)
--- 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;