/home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c: In function ‘duff_copy’: /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:92:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 92 | *to++ = *from++; | ~~~~~~^~~~~~~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:93:7: note: here 93 | case 7: | ^~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:94:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 94 | *to++ = *from++; | ~~~~~~^~~~~~~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:95:7: note: here 95 | case 6: | ^~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:96:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 96 | *to++ = *from++; | ~~~~~~^~~~~~~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:97:7: note: here 97 | case 5: | ^~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:98:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 98 | *to++ = *from++; | ~~~~~~^~~~~~~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:99:7: note: here 99 | case 4: | ^~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:100:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 100 | *to++ = *from++; | ~~~~~~^~~~~~~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:101:7: note: here 101 | case 3: | ^~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:102:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 102 | *to++ = *from++; | ~~~~~~^~~~~~~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:103:7: note: here 103 | case 2: | ^~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:104:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 104 | *to++ = *from++; | ~~~~~~^~~~~~~~~ /home/raffeck/metrics/tacle-bench/bench/test/duff/duff.c:105:7: note: here 105 | case 1: | ^~~~