Remove _CRT_SECURE_NO_WARNINGS Usage (#1517)

* Remove usage of deprecated/unsafe CRT functions.
This commit is contained in:
Nick Banks
2017-03-28 09:19:25 -07:00
committed by Jonathan Hui
parent 73564c399a
commit a4ccc9a7ee
4 changed files with 4 additions and 7 deletions
-3
View File
@@ -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>