From 1a7d8af58c35b65b414ba2c9e9c91bd0a96d670e Mon Sep 17 00:00:00 2001 From: elliott_c Date: Mon, 8 Jan 2007 13:50:58 +0000 Subject: ChangeLogTag: Mon Jan 8 13:50:31 UTC 2007 Chad Elliott --- TAO/ChangeLog | 6 ++++++ TAO/tests/OBV/Truncatable/client.cpp | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 87d45c80018..7c891f9b9c0 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Mon Jan 8 13:50:31 UTC 2007 Chad Elliott + + * tests/OBV/Truncatable/client.cpp: + + Undefine VERIFY if it's defined to avoid warnings from vc71. + Mon Jan 8 13:36:37 UTC 2007 Chad Elliott * tests/TransportCurrent/IIOP/IIOP.mpc: diff --git a/TAO/tests/OBV/Truncatable/client.cpp b/TAO/tests/OBV/Truncatable/client.cpp index c372ce85579..4f75c2cd7c8 100644 --- a/TAO/tests/OBV/Truncatable/client.cpp +++ b/TAO/tests/OBV/Truncatable/client.cpp @@ -12,6 +12,10 @@ int fail = 0; int pretest = 0; int verbose = 0; +#if defined (VERIFY) +#undef VERIFY +#endif /* VERIFY */ + #define VERIFY(Condition) \ { \ if ((Condition)==0) \ -- cgit v1.2.1