aboutsummaryrefslogtreecommitdiff
path: root/src/emess.c
diff options
context:
space:
mode:
authorMateusz Loskot <mateusz@loskot.net>2006-11-16 21:05:58 +0000
committerMateusz Loskot <mateusz@loskot.net>2006-11-16 21:05:58 +0000
commitb28c3691de529a27198f56f5c4c470ff53249d97 (patch)
tree52db7e05f7deb69acfb7a75d42340e2c55687a33 /src/emess.c
parent94a57c7b49bd5b5a8c9f80e6739c140c243a781c (diff)
downloadPROJ-b28c3691de529a27198f56f5c4c470ff53249d97.tar.gz
PROJ-b28c3691de529a27198f56f5c4c470ff53249d97.zip
Fixed VC++ 8.0 warnings.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1376 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/emess.c')
-rw-r--r--src/emess.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emess.c b/src/emess.c
index a9ef6dd3..9cb42888 100644
--- a/src/emess.c
+++ b/src/emess.c
@@ -3,6 +3,15 @@
static const char SCCSID[]="@(#)emess.c 4.6 94/05/24 GIE REL";
#endif
+#ifdef _MSC_VER
+# ifndef _CRT_SECURE_NO_DEPRECATE
+# define _CRT_SECURE_NO_DEPRECATE
+# endif
+# ifndef _CRT_NONSTDC_NO_DEPRECATE
+# define _CRT_NONSTDC_NO_DEPRECATE
+# endif
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>