diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-17 15:44:11 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-17 15:44:11 +0000 |
commit | 483c1de39f33c7255dfee779ba5b0cabd27ef125 (patch) | |
tree | 96ea9e549c72f782a12299357f7830e4377129b4 /TAO/tao/UIOP_Factory.cpp | |
parent | 91765ddf8b2f7a542e8c4c6ebed8b162f79a75c5 (diff) | |
download | ATCD-483c1de39f33c7255dfee779ba5b0cabd27ef125.tar.gz |
Removed unused args causing warnings on AIX 4.3 w/ egcs 1.1.2.
Diffstat (limited to 'TAO/tao/UIOP_Factory.cpp')
-rw-r--r-- | TAO/tao/UIOP_Factory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Factory.cpp b/TAO/tao/UIOP_Factory.cpp index 9228fd81d31..d718f8ea591 100644 --- a/TAO/tao/UIOP_Factory.cpp +++ b/TAO/tao/UIOP_Factory.cpp @@ -45,7 +45,8 @@ TAO_UIOP_Protocol_Factory::make_acceptor (void) } int -TAO_UIOP_Protocol_Factory::init (int argc, char* argv[]) +TAO_UIOP_Protocol_Factory::init (int /* argc */, + char* /* argv[] */) { return 0; } |