summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions/test_i.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-12 05:30:36 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-12 05:30:36 +0000
commit495b5ea23c4db61c79e9ac6527779b662f3c1721 (patch)
treeaacf9d35b6d6dfdbb25f7c29117802fd339980b8 /TAO/tests/Native_Exceptions/test_i.cpp
parente32c45123e3d623df2c882815bcb6af4f817ca71 (diff)
downloadATCD-495b5ea23c4db61c79e9ac6527779b662f3c1721.tar.gz
ChangeLogTag: Sun Aug 12 00:29:27 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Native_Exceptions/test_i.cpp')
-rw-r--r--TAO/tests/Native_Exceptions/test_i.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Native_Exceptions/test_i.cpp b/TAO/tests/Native_Exceptions/test_i.cpp
index 62d188ff01f..2b0df042b9c 100644
--- a/TAO/tests/Native_Exceptions/test_i.cpp
+++ b/TAO/tests/Native_Exceptions/test_i.cpp
@@ -24,6 +24,8 @@ Simple_Server_i::test_raise (CORBA::Long x)
# if defined (WIN32) || defined (__HP_aCC)
// Make HP-UX's aCC happy
return x;
+#else /*WIN32 & HP */
+ ACE_UNUSED_ARG (x);
#endif /*WIN32 & HP */
}