From 7b53b045a90e379fcb0fcb0ad5fc927129ffe8c4 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Tue, 2 Jul 2024 11:37:08 +0200 Subject: [PATCH] fix missing #endif in bw_bd_reduce --- include/bw_bd_reduce.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bw_bd_reduce.h b/include/bw_bd_reduce.h index 41d27d2..6160c42 100644 --- a/include/bw_bd_reduce.h +++ b/include/bw_bd_reduce.h @@ -433,6 +433,7 @@ static inline void bw_bd_reduce_process_multi( #ifndef BW_NO_DEBUG for (size_t i = 0; i < n_channels; i++) BW_ASSERT_DEEP(bw_has_only_finite(y[i], n_samples)); +#endif } static inline void bw_bd_reduce_set_bit_depth(