diff options
Diffstat (limited to 'libbcachefs/sb-counters_format.h')
-rw-r--r-- | libbcachefs/sb-counters_format.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/sb-counters_format.h b/libbcachefs/sb-counters_format.h index bfeb713d..96ad6492 100644 --- a/libbcachefs/sb-counters_format.h +++ b/libbcachefs/sb-counters_format.h @@ -129,6 +129,7 @@ static inline void __maybe_unused check_bch_counter_ids_unique(void) { #define x(t, n, ...) case (n): BCH_PERSISTENT_COUNTERS() #undef x + ; } } |