compiler warning

This commit is contained in:
David Rose 2008-11-05 19:45:27 +00:00
parent 440746d3a4
commit d5ca1571ba

View File

@ -119,6 +119,10 @@ do_task() {
// Just return these results through.
return result;
}
// Shouldn't get here.
nassertr(false, DS_exit);
return DS_exit;
}
////////////////////////////////////////////////////////////////////