mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
squelch compiler warning
This commit is contained in:
parent
0109374689
commit
6ae98c3ce7
@ -46,6 +46,9 @@ is_alive() const {
|
||||
case S_servicing_removed:
|
||||
return false;
|
||||
}
|
||||
|
||||
// Shouldn't get here.
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user