config: remove insecure warnings
authorThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 4 Dec 2016 22:08:45 +0000 (23:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 7 Dec 2016 17:34:02 +0000 (18:34 +0100)
commit65df6d069d21de497bec6a29063341f30c42e29c
tree393609ca5a40540f53ae03be2bf751f229258167
parent85c05b5147a31e9a4758a1cdf6b5664bf554eac4
config: remove insecure warnings

There was an option CONFIG_RTE_INSECURE_FUNCTION_WARNING (disabled by
default), which prevents from using some libc functions:
sprintf, snprintf, vsnprintf, strcpy, strncpy, strcat, strncat, sscanf,
strtok, strsep and strlen.

It's all about using them at the right place with the right precautions.
However, it is neither really possible nor a good advice to disable them.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
config/common_base
doc/api/doxy-api-index.md
lib/librte_eal/common/Makefile
lib/librte_eal/common/include/rte_warnings.h [deleted file]
mk/target/generic/rte.vars.mk