mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
compiler warning
This commit is contained in:
parent
440746d3a4
commit
d5ca1571ba
@ -119,6 +119,10 @@ do_task() {
|
|||||||
// Just return these results through.
|
// Just return these results through.
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Shouldn't get here.
|
||||||
|
nassertr(false, DS_exit);
|
||||||
|
return DS_exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user