mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 04:37:47 +00:00
Remove _CRT_SECURE_NO_WARNINGS Usage (#1517)
* Remove usage of deprecated/unsafe CRT functions.
This commit is contained in:
@@ -98,9 +98,6 @@
|
||||
// Redefine rand to random for test code
|
||||
#define random rand
|
||||
|
||||
// Temporary !!! TODO - Remove this once we figure out the strncpy issue
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
#ifdef OTBUILD
|
||||
#include <strlcat/strlcat.h>
|
||||
#include <strlcpy/strlcpy.h>
|
||||
|
||||
Reference in New Issue
Block a user