summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2084_Regression
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 18:25:17 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 18:25:17 +0000
commitda0eecb9aeca0a49c2f1af5981644749b879d3a5 (patch)
treedd179c11d0ebdcf608e9d63b10138430254912da /TAO/tests/Bug_2084_Regression
parent391b189530b42b451e033590b689fa4357cfb06e (diff)
downloadATCD-da0eecb9aeca0a49c2f1af5981644749b879d3a5.tar.gz
ChangeLogTag: Fri Jan 26 18:21:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Bug_2084_Regression')
-rw-r--r--TAO/tests/Bug_2084_Regression/Collocated_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2084_Regression/Collocated_Test.cpp b/TAO/tests/Bug_2084_Regression/Collocated_Test.cpp
index 1e5a14e3da8..56dd69ca8ae 100644
--- a/TAO/tests/Bug_2084_Regression/Collocated_Test.cpp
+++ b/TAO/tests/Bug_2084_Regression/Collocated_Test.cpp
@@ -111,7 +111,7 @@ main (int argc, char *argv[])
corb->destroy ();
}
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Ignore exceptions..
}