summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-13 20:56:31 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-13 20:56:31 +0000
commitc83d799bb955e8cd273696c8751213430f3706bd (patch)
treed6cdc7239f58685c7879b87d3eb01d164d00c678 /examples/Shared_Malloc
parentf1dae75be4d49158bf35aae9003b582aa19d3380 (diff)
downloadATCD-c83d799bb955e8cd273696c8751213430f3706bd.tar.gz
ChangeLogTag:Mon Oct 13 15:39:12 1997 Carlos O'Ryan <coryan@swarm.cs.wustl.edu>
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r--examples/Shared_Malloc/test_persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Shared_Malloc/test_persistence.cpp b/examples/Shared_Malloc/test_persistence.cpp
index 15505950635..a1fe7a64f18 100644
--- a/examples/Shared_Malloc/test_persistence.cpp
+++ b/examples/Shared_Malloc/test_persistence.cpp
@@ -120,7 +120,7 @@ public:
case 'Q' :
case 'q' :
return -1;
- break;
+ ACE_NOTREACHED(break);
default :
cout << "unrecognized command" << endl;
}