summaryrefslogtreecommitdiff
path: root/src/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.c')
-rw-r--r--src/stats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stats.c b/src/stats.c
index c1661f7..98bcd85 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -469,6 +469,7 @@ static void dcc_stats_process(struct statsdata *sd) {
break;
case STATS_COMPILE_OK:
dcc_stats_update_compile_times(sd);
+ /* fallthrough */
case STATS_COMPILE_ERROR:
case STATS_COMPILE_TIMEOUT:
case STATS_CLI_DISCONN: