diff options
author | Fred Hornsey <hornseyf@objectcomputing.com> | 2018-12-04 12:48:03 -0600 |
---|---|---|
committer | Fred Hornsey <hornseyf@objectcomputing.com> | 2018-12-04 12:48:03 -0600 |
commit | 152544af498e493c6887c2cd67df5285859b4ec4 (patch) | |
tree | b21c98a931e8cd79605d72e53eb13513397c45e8 /TAO/TAO_IDL | |
parent | 09cd46ab639c77bb4bf8c9ce575142f12cf83208 (diff) | |
download | ATCD-152544af498e493c6887c2cd67df5285859b4ec4.tar.gz |
tao_idl: Acknowledge Unused Argument
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/ast/ast_annotation_decl.cpp | 1 |
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; } |