Fix/suppress signed-unsigned integer conversion warnings.

This commit is contained in:
Stinkfist0
2017-06-05 18:53:57 +03:00
committed by Thomas Krijnen
parent 5e0da9725a
commit 84813084d0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public:
if (!initialized_) {
load_();
}
return attributes_.size();
return (unsigned int)attributes_.size();
}
IfcSchema::Type::Enum type() const {