summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 17:28:34 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-18 17:28:34 +0000
commit2e92181be9d0158392595cac881c94d7b1a2b81e (patch)
tree8a935eaf44643908e05bfee47a3b3056614b8287
parent9c0621ded2c3bf6c09375bcde71bfbb4dd96f33d (diff)
downloadATCD-2e92181be9d0158392595cac881c94d7b1a2b81e.tar.gz
<fail> is not used.
-rw-r--r--TAO/tests/Native_Exceptions/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/Native_Exceptions/client.cpp b/TAO/tests/Native_Exceptions/client.cpp
index 4431d1121b6..e8df2eb8e65 100644
--- a/TAO/tests/Native_Exceptions/client.cpp
+++ b/TAO/tests/Native_Exceptions/client.cpp
@@ -82,6 +82,7 @@ main (int argc, char *argv[])
}
catch (Simple_Server::Failure &fail)
{
+ ACE_UNUSED_ARG (fail);
// Do nothing, this is the normal behavior...
}
}