diff --git a/src/buffer.c b/src/buffer.c index 2b53ec38..783dd6ef 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -338,6 +338,9 @@ print_total_stats () print_stats (stderr, _("Total bytes read"), records_read * record_size); break; + + default: + abort (); } }