[PATCH v6 10/10] app: enable app directory to be compiled with MSVC
Andre Muezerie
andremue at linux.microsoft.com
Mon Feb 24 17:24:25 CET 2025
Enabled "app" directory to be compiled with MSVC along with all its
contents.
Removed flag Wno-deprecated-declarations which is not needed anymore.
Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Chengwen Feng <fengchengwen at huawei.com>
---
app/meson.build | 4 ----
app/test-pmd/meson.build | 1 -
2 files changed, 5 deletions(-)
diff --git a/app/meson.build b/app/meson.build
index e2db888ae1..1798db3ae4 100644
--- a/app/meson.build
+++ b/app/meson.build
@@ -1,10 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017-2019 Intel Corporation
-if is_ms_compiler
- subdir_done()
-endif
-
disable_apps = ',' + get_option('disable_apps')
disable_apps = run_command(list_dir_globs, disable_apps, check: true).stdout().split()
diff --git a/app/test-pmd/meson.build b/app/test-pmd/meson.build
index f1c36529b4..000548c261 100644
--- a/app/test-pmd/meson.build
+++ b/app/test-pmd/meson.build
@@ -3,7 +3,6 @@
# override default name to drop the hyphen
name = 'testpmd'
-cflags += '-Wno-deprecated-declarations'
sources = files(
'5tswap.c',
'cmdline.c',
--
2.48.1.vfs.0.0
More information about the dev
mailing list