The code in common/cnxk no longer uses VLA's.
Signed-off-by: Stephen Hemminger <[email protected]>
---
drivers/common/cnxk/meson.build | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/common/cnxk/meson.build b/drivers/common/cnxk/meson.build
index daffc15afd..58ebf4c99f 100644
--- a/drivers/common/cnxk/meson.build
+++ b/drivers/common/cnxk/meson.build
@@ -94,8 +94,6 @@ sources += files('cnxk_telemetry_bphy.c',
'cnxk_telemetry_sso.c',
)
-cflags += no_wvla_cflag
-
if meson.is_cross_build()
soc_type = meson.get_external_property('platform', '')
else
--
2.51.0