mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
compiler warnings
This commit is contained in:
parent
c44da02cee
commit
b0d64ab831
@ -2349,7 +2349,8 @@ get_primitive(TypeHandle prim_type) {
|
||||
return _points;
|
||||
}
|
||||
|
||||
nassertr(false, false);
|
||||
nassertr(false, NULL);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user