Make sure to link ifcwrap to Boost libs + fix integer conversion warning.

This commit is contained in:
Stinkfist0
2017-01-13 12:12:04 +02:00
committed by Thomas Krijnen
parent fa76aa9bb0
commit 77d53429e3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ void IfcWritableEntity::setArgument(int i, Argument* a, IfcUtil::ArgumentType at
break;
case IfcUtil::Argument_EMPTY_AGGREGATE:
case IfcUtil::Argument_AGGREGATE_OF_EMPTY_AGGREGATE: {
IfcUtil::ArgumentType t2 = IfcSchema::Type::GetAttributeType(type(), (unsigned) i);
IfcUtil::ArgumentType t2 = IfcSchema::Type::GetAttributeType(type(), (unsigned char) i);
this->setArgument(i, a, t2); }
break;
default: