diff options
Diffstat (limited to '')
-rw-r--r-- | source/md5/md5.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/md5/md5.cpp b/source/md5/md5.cpp index 39337da5d..ddbd1a381 100644 --- a/source/md5/md5.cpp +++ b/source/md5/md5.cpp @@ -35,6 +35,8 @@ documentation and/or software. /* interface header */ #include "md5.h" +// _X 2012_07_15: disable MSVC warnings on "insecure" functions, such as sprintf() - we know they're being used securely here +#define _CRT_SECURE_NO_WARNINGS |