summaryrefslogtreecommitdiff
path: root/tests/Reactor_Exceptions_Test.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-21 18:13:59 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-21 18:13:59 +0000
commit170031ebe4ae3a55e18ed72cccc101590dc8ba8a (patch)
treeae65e39b5ac00fd394214a6d0640d2284cbae14c /tests/Reactor_Exceptions_Test.cpp
parent3b62b31a98fb98225a183690d2113194d377feea (diff)
downloadATCD-170031ebe4ae3a55e18ed72cccc101590dc8ba8a.tar.gz
ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan <coryan@swarm.cs.wustl.edu>
Diffstat (limited to 'tests/Reactor_Exceptions_Test.cpp')
-rw-r--r--tests/Reactor_Exceptions_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Reactor_Exceptions_Test.cpp b/tests/Reactor_Exceptions_Test.cpp
index 768de96b7d0..df7b50a7f4b 100644
--- a/tests/Reactor_Exceptions_Test.cpp
+++ b/tests/Reactor_Exceptions_Test.cpp
@@ -68,7 +68,7 @@ MemoryEx::handle_input (ACE_HANDLE)
#else
throw Except ();
#endif
- return 0;
+ ACE_NOTREACHED(return 0);
}
class My_Reactor : public ACE_Reactor
@@ -103,7 +103,7 @@ worker (void)
if (ACE_Reactor::instance()->handle_events () == -1)
ACE_ERROR_RETURN ((LM_ERROR, "(%t) error return\n"), -1);
- return 0;
+ ACE_NOTREACHED(return 0);
}
#endif /* ACE_HAS_EXCEPTIONS */