From 2f26a29d51d511e6d8a947020a5d16ef8f065f93 Mon Sep 17 00:00:00 2001 From: Intel Date: Thu, 20 Dec 2012 00:00:00 +0100 Subject: [PATCH] config: move RTE_INSECURE_FUNCTION_WARNING option Signed-off-by: Intel --- config/defconfig_i686-default-linuxapp-gcc | 12 ++++++------ config/defconfig_i686-default-linuxapp-icc | 7 ++++++- config/defconfig_x86_64-default-linuxapp-gcc | 12 ++++++------ config/defconfig_x86_64-default-linuxapp-icc | 7 ++++++- 4 files changed, 24 insertions(+), 14 deletions(-) diff --git a/config/defconfig_i686-default-linuxapp-gcc b/config/defconfig_i686-default-linuxapp-gcc index 53ee4269d8..f92783bdb1 100644 --- a/config/defconfig_i686-default-linuxapp-gcc +++ b/config/defconfig_i686-default-linuxapp-gcc @@ -50,7 +50,7 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y # snb Intel® microarchitecture code name Sandy Bridge # ivb Intel® microarchitecture code name Ivy Bridge # -# Warning: if your compiler does not support the relevant -march options, +# Note: if your compiler does not support the relevant -march options, # it will be compiled with whatever latest processor the compiler supports! # CONFIG_RTE_MACHINE="native" @@ -211,6 +211,11 @@ CONFIG_RTE_LIBRTE_LPM_DEBUG=n # CONFIG_RTE_LIBRTE_NET=y +# +# Enable warning directives +# +CONFIG_RTE_INSECURE_FUNCTION_WARNING=n + # # Compile the test application # @@ -227,8 +232,3 @@ CONFIG_RTE_APP_CHKINCS=y CONFIG_RTE_TEST_PMD=y CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n - -# -# warning directives -# -CONFIG_RTE_INSECURE_FUNCTION_WARNING=n diff --git a/config/defconfig_i686-default-linuxapp-icc b/config/defconfig_i686-default-linuxapp-icc index 327c96e422..f07c8f543a 100644 --- a/config/defconfig_i686-default-linuxapp-icc +++ b/config/defconfig_i686-default-linuxapp-icc @@ -50,7 +50,7 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y # snb Intel® microarchitecture code name Sandy Bridge # ivb Intel® microarchitecture code name Ivy Bridge # -# Warning: if your compiler does not support the relevant -march options, +# Note: if your compiler does not support the relevant -march options, # it will be compiled with whatever latest processor the compiler supports! # CONFIG_RTE_MACHINE="native" @@ -211,6 +211,11 @@ CONFIG_RTE_LIBRTE_LPM_DEBUG=n # CONFIG_RTE_LIBRTE_NET=y +# +# Enable warning directives +# +CONFIG_RTE_INSECURE_FUNCTION_WARNING=n + # # Compile the test application # diff --git a/config/defconfig_x86_64-default-linuxapp-gcc b/config/defconfig_x86_64-default-linuxapp-gcc index 890ccce22c..8eec118ead 100644 --- a/config/defconfig_x86_64-default-linuxapp-gcc +++ b/config/defconfig_x86_64-default-linuxapp-gcc @@ -50,7 +50,7 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y # snb Intel® microarchitecture code name Sandy Bridge # ivb Intel® microarchitecture code name Ivy Bridge # -# Warning: if your compiler does not support the relevant -march options, +# Note: if your compiler does not support the relevant -march options, # it will be compiled with whatever latest processor the compiler supports! # CONFIG_RTE_MACHINE="native" @@ -211,6 +211,11 @@ CONFIG_RTE_LIBRTE_LPM_DEBUG=n # CONFIG_RTE_LIBRTE_NET=y +# +# Enable warning directives +# +CONFIG_RTE_INSECURE_FUNCTION_WARNING=n + # # Compile the test application # @@ -227,8 +232,3 @@ CONFIG_RTE_APP_CHKINCS=y CONFIG_RTE_TEST_PMD=y CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n - -# -# warning directives -# -CONFIG_RTE_INSECURE_FUNCTION_WARNING=n diff --git a/config/defconfig_x86_64-default-linuxapp-icc b/config/defconfig_x86_64-default-linuxapp-icc index 25dbe36a9d..54c19e04c7 100644 --- a/config/defconfig_x86_64-default-linuxapp-icc +++ b/config/defconfig_x86_64-default-linuxapp-icc @@ -50,7 +50,7 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y # snb Intel® microarchitecture code name Sandy Bridge # ivb Intel® microarchitecture code name Ivy Bridge # -# Warning: if your compiler does not support the relevant -march options, +# Note: if your compiler does not support the relevant -march options, # it will be compiled with whatever latest processor the compiler supports! # CONFIG_RTE_MACHINE="native" @@ -211,6 +211,11 @@ CONFIG_RTE_LIBRTE_LPM_DEBUG=n # CONFIG_RTE_LIBRTE_NET=y +# +# Enable warning directives +# +CONFIG_RTE_INSECURE_FUNCTION_WARNING=n + # # Compile the test application # -- 2.20.1