summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 19:18:03 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 19:18:03 +0000
commit901afe6c5d254293e40a296b3682b8a3a7b98ebe (patch)
treefc54e6736f323698ac0a56494e23be6915fdad83
parentae177e79a58a6b20b40f17684ec58a6801e39485 (diff)
downloadATCD-901afe6c5d254293e40a296b3682b8a3a7b98ebe.tar.gz
ChangeLogTag:Mon Jul 28 19:23:22 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/WFMO_Reactor.i2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f8c20f6b73..ac587751d55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 28 19:23:22 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/WFMO_Reactor.cpp:
+ Added ACE_UNUSED_ARG to dump to silence a warning when
+ ACE_HAS_DUMP is not defined.
+
Mon Jul 28 18:29:38 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/RB_Tree.cpp:
diff --git a/ace/WFMO_Reactor.i b/ace/WFMO_Reactor.i
index e8bf5ffd913..4192ff07777 100644
--- a/ace/WFMO_Reactor.i
+++ b/ace/WFMO_Reactor.i
@@ -173,6 +173,8 @@ ACE_WFMO_Reactor_Handler_Repository::Current_Info::dump (ACE_HANDLE event_handle
this->suspend_entry_));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
+#endif /* !ACE_HAS_DUMP */
+ ACE_UNUSED_ARG (event_handle);
#endif /* ACE_HAS_DUMP */
}