diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-06-22 13:41:29 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-06-22 13:41:29 +0000 |
commit | d33d557c4d96fc224a9f9f28469aaa134edd92cf (patch) | |
tree | 83846001e069fc66dd4dafcf91c2ec7e0324a29b /TAO/orbsvcs/IFR_Service/be_global.cpp | |
parent | e7458e40a840d530ef7b6ece4a58fce6e186789a (diff) | |
download | ATCD-d33d557c4d96fc224a9f9f28469aaa134edd92cf.tar.gz |
ChangeLogTag: Tue Jun 22 08:40:02 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/be_global.cpp')
-rw-r--r-- | TAO/orbsvcs/IFR_Service/be_global.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/IFR_Service/be_global.cpp b/TAO/orbsvcs/IFR_Service/be_global.cpp index 28973c8066a..264c7a80ada 100644 --- a/TAO/orbsvcs/IFR_Service/be_global.cpp +++ b/TAO/orbsvcs/IFR_Service/be_global.cpp @@ -198,7 +198,7 @@ BE_GlobalData::parse_args (long &i, char **av) // Does nothing in this backend. void -BE_GlobalData::prep_be_arg (char *s) +BE_GlobalData::prep_be_arg (char *) { } |