compiler warnings

This commit is contained in:
David Rose 2009-01-14 02:33:19 +00:00
parent c44da02cee
commit b0d64ab831

View File

@ -2349,7 +2349,8 @@ get_primitive(TypeHandle prim_type) {
return _points; return _points;
} }
nassertr(false, false); nassertr(false, NULL);
return NULL;
} }
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////