Warnings and errors

This commit is contained in:
Thomas Krijnen
2017-12-29 12:09:07 +01:00
parent 93c3afa1ae
commit 7b3d334472
3 changed files with 9 additions and 7 deletions
+2
View File
@@ -233,6 +233,8 @@ IfcUtil::ArgumentType IfcUtil::from_parameter_type(const IfcParse::parameter_typ
return IfcUtil::Argument_DOUBLE;
case IfcParse::simple_type::string_type:
return IfcUtil::Argument_STRING;
case IfcParse::simple_type::datatype_COUNT:
throw IfcParse::IfcException("Invalid simple type encountered");
}
}