diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-02 14:49:05 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-02 14:49:05 +0000 |
commit | bcd7098ceab5a53e8de4ee6bd13b4191d23ac050 (patch) | |
tree | 01e0010fbc3b5e974042aba9d23135e040721469 /examples/Reactor/Misc/test_early_timeouts.cpp | |
parent | 31cce44b0437cb102213a1ceda884654a16c6094 (diff) | |
download | ATCD-bcd7098ceab5a53e8de4ee6bd13b4191d23ac050.tar.gz |
(main): added ACE_UNUSED_ARG (result) to avoid compile warning with ACE_NDEBUG
Diffstat (limited to 'examples/Reactor/Misc/test_early_timeouts.cpp')
-rw-r--r-- | examples/Reactor/Misc/test_early_timeouts.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Reactor/Misc/test_early_timeouts.cpp b/examples/Reactor/Misc/test_early_timeouts.cpp index c90c2a09409..697f11a5d7e 100644 --- a/examples/Reactor/Misc/test_early_timeouts.cpp +++ b/examples/Reactor/Misc/test_early_timeouts.cpp @@ -59,6 +59,7 @@ main (int, char *[]) ACE_Pipe dummy_pipe; int result = dummy_pipe.open (); ACE_ASSERT (result == 0); + ACE_UNUSED_ARG (result); // To avoid compile warning with ACE_NDEBUG. for (int i = 1; i <= iterations; i++) { |