summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-01 02:55:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-01 02:55:22 +0000
commitbbec54587bd4345dafb8c2b6e7280a3cf61b4deb (patch)
treebc40542f19c2ef21084b7837deafcd48f5aeb7a6 /examples
parenta7cb83cd32233e40372aea833e2f4de041456fb5 (diff)
downloadATCD-bbec54587bd4345dafb8c2b6e7280a3cf61b4deb.tar.gz
(main): wrapped return statement at end with ACE_NOTREACHED.
Diffstat (limited to 'examples')
-rw-r--r--examples/Threads/task_five.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Threads/task_five.cpp b/examples/Threads/task_five.cpp
index e4977fe9e70..19f1bedd2e2 100644
--- a/examples/Threads/task_five.cpp
+++ b/examples/Threads/task_five.cpp
@@ -140,5 +140,5 @@ main (int argc, char *argv[])
loop_count++;
}
- return 0;
+ ACE_NOTREACHED (return 0);
}