diff options
author | sergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-26 07:45:26 +0000 |
---|---|---|
committer | sergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-26 07:45:26 +0000 |
commit | 3513db5251a6b69381e74c1a1897b13bab186f36 (patch) | |
tree | 8264a82de6ae00e6695a2b1cd11cee4a4dd14843 /TAO/TAO_IDL/be/be_scope.cpp | |
parent | 88fb54affa03021d4e8b982ecdb83bfc80a5bd49 (diff) | |
download | ATCD-3513db5251a6b69381e74c1a1897b13bab186f36.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_scope.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_scope.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_scope.cpp b/TAO/TAO_IDL/be/be_scope.cpp index 7a2b1d07681..accc35b658c 100644 --- a/TAO/TAO_IDL/be/be_scope.cpp +++ b/TAO/TAO_IDL/be/be_scope.cpp @@ -33,6 +33,9 @@ be_scope::gen_client_header (void) // retrieve a singleton instance of the code generator TAO_CodeGen *cg = TAO_CODEGEN::instance (); + // Macro to avoid "warning: unused parameter" type warning. + ACE_UNUSED_ARG (cg); + if (this->nmembers () > 0) { // if there are elements in this scope |