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…
Reference in New Issue