summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Gen.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-08-09 17:05:42 -0400
committerBernard Normier <bernard@zeroc.com>2012-08-09 17:05:42 -0400
commita9e44ca45db29a778490b52f4e6b7717e1ca93de (patch)
tree293fb8f892f096c49fc8f151be0af34181ed7c26 /cpp/src/slice2html/Gen.cpp
parentFixed file permission (diff)
downloadice-a9e44ca45db29a778490b52f4e6b7717e1ca93de.tar.bz2
ice-a9e44ca45db29a778490b52f4e6b7717e1ca93de.tar.xz
ice-a9e44ca45db29a778490b52f4e6b7717e1ca93de.zip
Cleaned up warning-disabling on Windows
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rwxr-xr-xcpp/src/slice2html/Gen.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp
index 6472f661e45..08eed8b4cf6 100755
--- a/cpp/src/slice2html/Gen.cpp
+++ b/cpp/src/slice2html/Gen.cpp
@@ -7,10 +7,6 @@
//
// **********************************************************************
-#if defined(_MSC_VER)
-# define _CRT_SECURE_NO_DEPRECATE 1 // C4996 '<C function>' was declared deprecated
-#endif
-
#include <IceUtil/DisableWarnings.h>
#include <IceUtil/Functional.h>
#include <IceUtil/StringUtil.h>