From 0e7bef44523b378f66f65a67348bb6d08d3c5a67 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 29 Jul 2012 12:03:04 +0000 Subject: Fixed warnings in md5 git-svn-id: http://mc-server.googlecode.com/svn/trunk@703 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/md5/md5.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source') diff --git a/source/md5/md5.cpp b/source/md5/md5.cpp index ddbd1a381..e1012d268 100644 --- a/source/md5/md5.cpp +++ b/source/md5/md5.cpp @@ -30,13 +30,9 @@ documentation and/or software. */ -#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules - /* 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 -- cgit v1.2.3