fix Coverity issues

This commit is contained in:
wmayer
2016-09-03 14:51:28 +02:00
parent 9ed53fea38
commit 3c88edd007
4 changed files with 17 additions and 15 deletions

View File

@@ -507,7 +507,7 @@ public:
std::string string;
FunctionExpression::Function func;
ObjectIdentifier::String string_or_identifier;
semantic_type() {}
semantic_type() : expr(0), ivalue(0), fvalue(0), func(FunctionExpression::NONE) {}
};
#define YYSTYPE semantic_type