Silence -Wimplicit-fallthrough

This commit is contained in:
Rangi 2018-06-20 22:14:50 -04:00
parent 0fbc8362b6
commit 462bae31d9

View File

@ -310,6 +310,7 @@ void optimize (struct command * commands, unsigned short count) {
break;
case 1:
if (commands -> value != next -> value) break;
// falls through
case 3:
if ((commands -> count + next -> count) <= 1024) {
commands -> count += next -> count;