Explorar o código

(print_total_stats): Add default case

Sergey Poznyakoff %!s(int64=19) %!d(string=hai) anos
pai
achega
c027e03924
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/buffer.c

+ 3 - 0
src/buffer.c

@@ -338,6 +338,9 @@ print_total_stats ()
       print_stats (stderr, _("Total bytes read"),
 		   records_read * record_size);
       break;
+
+    default:
+      abort ();
     }
 }