diff --git a/dtool/src/cppparser/cppExpression.cxx b/dtool/src/cppparser/cppExpression.cxx index d15a32eac7..d070dbbe2c 100644 --- a/dtool/src/cppparser/cppExpression.cxx +++ b/dtool/src/cppparser/cppExpression.cxx @@ -617,7 +617,8 @@ evaluate() const { //////////////////////////////////////////////////////////////////// CPPType *CPPExpression:: determine_type() const { - CPPType *t1, *t2; + CPPType *t1 = (CPPType *)NULL; + CPPType *t2 = (CPPType *)NULL; CPPType *int_type = CPPType::new_type(new CPPSimpleType(CPPSimpleType::T_int));