* various fixes identified by gcc4, provided by Joe Prostko

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30902 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2009-05-28 20:36:22 +00:00
parent 1f58723702
commit 591bc3f2d9
6 changed files with 18 additions and 6 deletions
+3
View File
@@ -632,6 +632,9 @@ undertaker(void* /*args*/)
thread_enqueue(thread, &dead_q);
// TODO: Use the slab allocator!
}
// never can get here
return B_OK;
}