numam-dpdk/config
Nick Connolly ecc69f98c7 build: disable Windows warnings for insecure funtions
Microsoft CRT defines Windows-specific secure alternatives to
standard library functions and triggers warnings when "insecure"
functions are used [1]. However, calling code already has all
necessary checks around those functions, so these warnings are not
useful for DPDK. MinGW provides its own CRT without this issue.

[1]:
https://docs.microsoft.com/en-us/cpp/c-runtime-library/security-features-in-the-crt?view=msvc-160

Disable this by defining -D_CRT_SECURE_NO_WARNINGS.

Signed-off-by: Nick Connolly <nick.connolly@mayadata.io>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Pallavi Kadam <pallavi.kadam@intel.com>
2020-12-07 21:34:04 +01:00
..
arm net/sfc: support aarch64 architecture 2020-11-03 23:35:06 +01:00
ppc build: remove deprecated cpuflag macros 2020-09-25 11:13:57 +02:00
x86 acl: add infrastructure for AVX512 classify methods 2020-10-14 14:23:00 +02:00
meson.build build: disable Windows warnings for insecure funtions 2020-12-07 21:34:04 +01:00
rte_compatibility_defines.h build: add defines for compatibility with make build 2020-10-19 22:12:28 +02:00
rte_config.h config: enable packet prefetching with Meson 2020-11-14 10:56:30 +01:00