compiler warning
This commit is contained in:
parent
440746d3a4
commit
d5ca1571ba
|
|
@ -119,6 +119,10 @@ do_task() {
|
|||
// Just return these results through.
|
||||
return result;
|
||||
}
|
||||
|
||||
// Shouldn't get here.
|
||||
nassertr(false, DS_exit);
|
||||
return DS_exit;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue