summaryrefslogtreecommitdiff
path: root/TAO/tests/Crashed_Callback/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Crashed_Callback/Service.h')
-rw-r--r--TAO/tests/Crashed_Callback/Service.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Crashed_Callback/Service.h b/TAO/tests/Crashed_Callback/Service.h
index 1a7daec789d..cf8d3f72fb5 100644
--- a/TAO/tests/Crashed_Callback/Service.h
+++ b/TAO/tests/Crashed_Callback/Service.h
@@ -9,9 +9,7 @@
#include "TestS.h"
#if defined (_MSC_VER)
-# if (_MSC_VER >= 1200)
-# pragma warning(push)
-# endif /* _MSC_VER >= 1200 */
+# pragma warning(push)
# pragma warning (disable:4250)
#endif /* _MSC_VER */
@@ -57,7 +55,7 @@ private:
int test_count_;
};
-#if defined(_MSC_VER) && (_MSC_VER >= 1200)
+#if defined(_MSC_VER)
# pragma warning(pop)
#endif /* _MSC_VER */