diff options
Diffstat (limited to 'cpp/test/Ice/hash/Client.cpp')
-rw-r--r-- | cpp/test/Ice/hash/Client.cpp | 4 |
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; |