summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/hash/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/hash/Client.cpp')
-rw-r--r--cpp/test/Ice/hash/Client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/hash/Client.cpp b/cpp/test/Ice/hash/Client.cpp
index 4bdd32591a7..520e946b7f5 100644
--- a/cpp/test/Ice/hash/Client.cpp
+++ b/cpp/test/Ice/hash/Client.cpp
@@ -17,6 +17,10 @@
#pragma warning( disable : 4996 )
#endif
+#if defined(__GNUC__)
+# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+#endif
+
using namespace std;
using namespace Test;