summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}