]> The Tcpdump Group git mirrors - tcpdump/commit
Rx: Fix remaining fall-through warnings (GH #618).
authorDenis Ovsienko <[email protected]>
Sat, 28 Jul 2018 20:03:22 +0000 (21:03 +0100)
committerDenis Ovsienko <[email protected]>
Sat, 28 Jul 2018 20:07:34 +0000 (21:07 +0100)
commit8677e5bc57d07f61d9cc8a0e849fcd8ea2b880de
tree3135b69b62379cb60ee40d8658c63b23cc4ba8d7
parent415b70b6cedadb4a08b7e873385226f0a7b68076
Rx: Fix remaining fall-through warnings (GH #618).

Benjamin Kaduk explains in the issue comments:

The first two ("bulk stat" and "callback"; lines 1023 and 1282) should
not fall through, but the other two ("list entry" in various forms,
lines 1741 and 1790) should fall through. The answer lies in the RPC-L
files at [1], [2] and [3] (also line 396), looking at the appropriate IN
or OUT arguments.

1: http://git.openafs.org/?p=openafs.git;a=blob;f=src/fsint/afsint.xg;h=9fe4980c6cffcae457789e363393825e29dcb7b1;hb=HEAD#l594
2: http://git.openafs.org/?p=openafs.git;a=blob;f=src/fsint/afscbint.xg;h=19760bc512c647595662c30e190303b3a20be983;hb=HEAD#l22
3: http://git.openafs.org/?p=openafs.git;a=blob;f=src/vlserver/vldbint.xg;h=ff34d12d45454de328439cab3ed896fd564f0c59;hb=HEAD#l341
print-rx.c