summaryrefslogtreecommitdiff
path: root/ACE/ace/Parse_Node.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-04 12:46:15 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-04 12:46:15 +0000
commit5b1b848465f39ab5ee03a39fb468c5fe654a376a (patch)
tree4098ecb2647bec47f0146b30dd236e3ffbf035ee /ACE/ace/Parse_Node.cpp
parent533fb8f1ce50516983f8b7bc868f4049334f97f2 (diff)
downloadATCD-5b1b848465f39ab5ee03a39fb468c5fe654a376a.tar.gz
ChangeLogTag: Thu Jan 4 12:45:46 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACE/ace/Parse_Node.cpp')
-rw-r--r--ACE/ace/Parse_Node.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Parse_Node.cpp b/ACE/ace/Parse_Node.cpp
index 42a7123dc76..110e52f4673 100644
--- a/ACE/ace/Parse_Node.cpp
+++ b/ACE/ace/Parse_Node.cpp
@@ -669,6 +669,8 @@ ACE_Dummy_Node::apply (ACE_Service_Gestalt *, int &yyerrno)
ACE_LIB_TEXT ("did operations on stream %s, error = %d\n"),
this->name (),
yyerrno));
+#else
+ ACE_UNUSED_ARG (yyerrno);
#endif /* ACE_NLOGGING */
}