ref: 131875d3e37044ec995287af7c93decd86a0d659
parent: 0fbc8362b6af28c1c749658b879abe70c3908989
parent: 462bae31d9b378b9efcd018d8f3bd84f0c36775b
author: yenatch <yenatch@gmail.com>
date: Thu Jun 21 19:28:10 EDT 2018
Merge pull request #528 from Rangi42/master Silence -Wimplicit-fallthrough
--- a/tools/lzcomp.c
+++ b/tools/lzcomp.c
@@ -310,6 +310,7 @@
break;
case 1:
if (commands -> value != next -> value) break;
+ // falls through
case 3:
if ((commands -> count + next -> count) <= 1024) {
commands -> count += next -> count;