[PATCH 12/23] examples/vm_power_manage: enable shadow warnings
Stephen Hemminger
stephen at networkplumber.org
Tue Apr 7 05:49:38 CEST 2026
No problems in this code, re-enable the warning.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
examples/vm_power_manager/guest_cli/meson.build | 1 -
examples/vm_power_manager/meson.build | 1 -
2 files changed, 2 deletions(-)
diff --git a/examples/vm_power_manager/guest_cli/meson.build b/examples/vm_power_manager/guest_cli/meson.build
index 45f2edab22..6a6809240e 100644
--- a/examples/vm_power_manager/guest_cli/meson.build
+++ b/examples/vm_power_manager/guest_cli/meson.build
@@ -13,7 +13,6 @@ sources = files(
'parse.c',
'vm_power_cli_guest.c',
)
-cflags += no_shadow_cflag
allow_experimental_apis = true
diff --git a/examples/vm_power_manager/meson.build b/examples/vm_power_manager/meson.build
index 6bc84d752d..53949ce6d8 100644
--- a/examples/vm_power_manager/meson.build
+++ b/examples/vm_power_manager/meson.build
@@ -29,7 +29,6 @@ sources = files(
'power_manager.c',
'vm_power_cli.c',
)
-cflags += no_shadow_cflag
# If we're on X86, pull in the x86 code for the branch monitor algo.
if dpdk_conf.has('RTE_ARCH_X86_64')
--
2.53.0
More information about the dev
mailing list