Tests should be built with warnings.

Signed-off-by: Stephen Hemminger <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
Acked-by: Marat Khalili <[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 f4d04a6e42..48874037eb 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -261,7 +261,6 @@ cflags += no_shadow_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

Reply via email to