diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-08-09 17:05:42 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-08-09 17:05:42 -0400 |
commit | a9e44ca45db29a778490b52f4e6b7717e1ca93de (patch) | |
tree | 293fb8f892f096c49fc8f151be0af34181ed7c26 /cpp/src/slice2html/Gen.cpp | |
parent | Fixed file permission (diff) | |
download | ice-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-x | cpp/src/slice2html/Gen.cpp | 4 |
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> |