diff options
author | Jose <jose@zeroc.com> | 2012-08-10 01:19:57 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-08-10 01:19:57 +0200 |
commit | d566c39e025bdfe4d38e63083a4ccc0122c8067f (patch) | |
tree | ffe98d32acf2bd1b87e856c4a9437e41ae7856b4 /cpp/test | |
parent | Minor fixes to Scanner generated files to just include ScannerConfig.h. (diff) | |
download | ice-d566c39e025bdfe4d38e63083a4ccc0122c8067f.tar.bz2 ice-d566c39e025bdfe4d38e63083a4ccc0122c8067f.tar.xz ice-d566c39e025bdfe4d38e63083a4ccc0122c8067f.zip |
Remove some more VC6 compiler fixes
Diffstat (limited to 'cpp/test')
-rwxr-xr-x | cpp/test/Ice/stream/Client.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/cpp/test/Ice/stream/Client.cpp b/cpp/test/Ice/stream/Client.cpp index ca9b7663734..949f2770746 100755 --- a/cpp/test/Ice/stream/Client.cpp +++ b/cpp/test/Ice/stream/Client.cpp @@ -11,15 +11,6 @@ #include <TestCommon.h> #include <Test.h> -// -// We disable deprecation warning here, to allow clean compilation of -// test cases that uses the old stream api. Once the old stream API -// is gone this could be removed. -// -#ifdef _MSC_VER -# pragma warning( disable : 4996 ) -#endif - DEFINE_TEST("client") using namespace std; @@ -165,7 +156,7 @@ run(int argc, char** argv, const Ice::CommunicatorPtr& communicator) vector<Ice::Byte> data; // - // Test the new stream api. + // Test the stream api. // cout << "testing primitive types... " << flush; |