mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 13:15:00 -04:00
eliminate compiler warnings
This commit is contained in:
parent
cfbd4eff9f
commit
ae2466fb2f
@ -617,7 +617,8 @@ evaluate() const {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
CPPType *CPPExpression::
|
CPPType *CPPExpression::
|
||||||
determine_type() const {
|
determine_type() const {
|
||||||
CPPType *t1, *t2;
|
CPPType *t1 = (CPPType *)NULL;
|
||||||
|
CPPType *t2 = (CPPType *)NULL;
|
||||||
|
|
||||||
CPPType *int_type =
|
CPPType *int_type =
|
||||||
CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_int));
|
CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_int));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user