From 8b0f54cbb73b47b5a34b555d539f44fbbb88bffa Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 16 Dec 2009 16:29:39 +0100 Subject: 4480 - add ICE_DEPRECATED_API to StaticMutex & RWRecMutex --- cpp/test/IceUtil/thread/StaticMutexTest.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpp/test/IceUtil/thread/StaticMutexTest.cpp') diff --git a/cpp/test/IceUtil/thread/StaticMutexTest.cpp b/cpp/test/IceUtil/thread/StaticMutexTest.cpp index 1497540fb65..958c0670cce 100644 --- a/cpp/test/IceUtil/thread/StaticMutexTest.cpp +++ b/cpp/test/IceUtil/thread/StaticMutexTest.cpp @@ -7,6 +7,14 @@ // // ********************************************************************** +// +// We disable deprecation warning here, to allow clean compilation of +// of deprecated methods. +// +#ifdef _MSC_VER +# pragma warning( disable : 4996 ) +#endif + #include #include -- cgit v1.2.3