summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-12-04 12:48:03 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2018-12-04 12:48:03 -0600
commit152544af498e493c6887c2cd67df5285859b4ec4 (patch)
treeb21c98a931e8cd79605d72e53eb13513397c45e8
parent09cd46ab639c77bb4bf8c9ce575142f12cf83208 (diff)
downloadATCD-152544af498e493c6887c2cd67df5285859b4ec4.tar.gz
tao_idl: Acknowledge Unused Argument
-rw-r--r--TAO/TAO_IDL/ast/ast_annotation_decl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_annotation_decl.cpp b/TAO/TAO_IDL/ast/ast_annotation_decl.cpp
index 2ba00577408..ed8f9372f0c 100644
--- a/TAO/TAO_IDL/ast/ast_annotation_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_annotation_decl.cpp
@@ -103,5 +103,6 @@ AST_Annotation_Decl::fe_add_constant (AST_Constant *t)
int
AST_Annotation_Decl::ast_accept (ast_visitor *visitor)
{
+ ACE_UNUSED_ARG (visitor);
return 0;
}