diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-11 16:17:48 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-11 16:17:48 +0000 |
commit | 8b5ea3a5e3d4886b639c2b17154bbfbe8ae9bdc8 (patch) | |
tree | 8e0b4c5a708e5e29d22364759d0fdba8ff3fe7ed /TAO/tao/Sync_Strategies.cpp | |
parent | 7a059dbada2ca440572e33395e370f65c24794d9 (diff) | |
download | ATCD-8b5ea3a5e3d4886b639c2b17154bbfbe8ae9bdc8.tar.gz |
ChangeLogTag:Mon Oct 11 11:15:38 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sync_Strategies.cpp')
-rw-r--r-- | TAO/tao/Sync_Strategies.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Sync_Strategies.cpp b/TAO/tao/Sync_Strategies.cpp index 4293795b6a8..d4b513b89aa 100644 --- a/TAO/tao/Sync_Strategies.cpp +++ b/TAO/tao/Sync_Strategies.cpp @@ -146,6 +146,7 @@ TAO_None_Sync_Strategy::dequeue_head (TAO_Transport_Buffering_Queue &buffering_q // @@ What to do here on failures? ACE_ASSERT (result != -1); + ACE_UNUSED_ARG (result); // Release the memory. message_block->release (); |