summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_root.cpp
diff options
context:
space:
mode:
authorsergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-26 07:45:26 +0000
committersergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-26 07:45:26 +0000
commit3513db5251a6b69381e74c1a1897b13bab186f36 (patch)
tree8264a82de6ae00e6695a2b1cd11cee4a4dd14843 /TAO/TAO_IDL/be/be_root.cpp
parent88fb54affa03021d4e8b982ecdb83bfc80a5bd49 (diff)
downloadATCD-3513db5251a6b69381e74c1a1897b13bab186f36.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_root.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_root.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_root.cpp b/TAO/TAO_IDL/be/be_root.cpp
index c840dd991df..727df13b016 100644
--- a/TAO/TAO_IDL/be/be_root.cpp
+++ b/TAO/TAO_IDL/be/be_root.cpp
@@ -55,6 +55,11 @@ int be_root::gen_idl2cplusplus_mapping (void)
AST_Decl *d; // points to an individual node in the
// chain of nodes in the current scope
+ // Macro to avoid "warning: unused parameter" type warning.
+ ACE_UNUSED_ARG (d);
+ ACE_UNUSED_ARG (si);
+ ACE_UNUSED_ARG (i);
+
// this is the main starting point from which the files are generated. We
// delegate the task of code generation to a special Code Generation
// object. This allows a number of different front ends to access the services