> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Monday 29 December 2025 21:59 > To: [email protected] > Cc: Stephen Hemminger <[email protected]>; Bruce Richardson > <[email protected]> > Subject: [PATCH v10 9/9] test: re-enable format-truncation warnings > > Tests should be built with warnings. > > Signed-off-by: Stephen Hemminger <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > --- > app/test/meson.build | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/app/test/meson.build b/app/test/meson.build > index efec42a6bf..b00260c0e9 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build > @@ -260,7 +260,6 @@ cflags += no_wvla_cflag > extra_flags = [ > # Strict-aliasing rules are violated by uint8_t[] to context size > casts. > '-fno-strict-aliasing', > - '-Wno-format-truncation', > ] > > foreach arg: extra_flags > -- > 2.51.0
Acked-by: Marat Khalili <[email protected]>

