summaryrefslogtreecommitdiff
path: root/examples/Reactor/Misc/test_early_timeouts.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-02 14:49:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-02 14:49:05 +0000
commitbcd7098ceab5a53e8de4ee6bd13b4191d23ac050 (patch)
tree01e0010fbc3b5e974042aba9d23135e040721469 /examples/Reactor/Misc/test_early_timeouts.cpp
parent31cce44b0437cb102213a1ceda884654a16c6094 (diff)
downloadATCD-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.cpp1
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++)
{