summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-09 03:54:52 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-09 03:54:52 +0000
commitb36bf95a469fefca9499a175d98378c6da1ddaac (patch)
treee72bc579a08b148f123b13fa5de1f3654cbbffcc
parentf192865cad5d2454674b18764b48af1a841a89a3 (diff)
downloadATCD-b36bf95a469fefca9499a175d98378c6da1ddaac.tar.gz
ChangeLogTag: Wed Aug 8 22:53:37 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a4
-rw-r--r--TAO/tao/DLL_ORB.cpp2
2 files changed, 5 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 2a6b1d7b2ed..64b713a80db 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,7 @@
+Wed Aug 8 22:53:37 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/DLL_ORB.cpp: Fixed a unused variable warning.
+
Wed Aug 8 16:15:59 2001 Carlos O'Ryan <coryan@uci.edu>
* tests/AMI_Buffering/client.cpp:
diff --git a/TAO/tao/DLL_ORB.cpp b/TAO/tao/DLL_ORB.cpp
index 31f9c8e80e1..cca757f2fe6 100644
--- a/TAO/tao/DLL_ORB.cpp
+++ b/TAO/tao/DLL_ORB.cpp
@@ -26,7 +26,7 @@ TAO_DLL_ORB::~TAO_DLL_ORB (void)
}
int
-TAO_DLL_ORB::init (int argc, ACE_TCHAR *argv[])
+TAO_DLL_ORB::init (int /*argc*/, ACE_TCHAR *argv[])
{
// This class is deprecated. See the class documentation in
// DLL_ORB.h for details explaining why this is so.