fix warnigns

This commit is contained in:
luiscuenca 2019-08-23 07:21:19 -07:00
parent 4b1b61ae5b
commit 07d17343bf
No known key found for this signature in database
GPG key ID: 2387ECD129A6961D

View file

@ -161,7 +161,7 @@ void PrepareJointsTask::run(const baker::BakeContextPointer& context, const Inpu
} }
} }
} }
jointIndices.insert(jointOut.name, i + 1); jointIndices.insert(jointOut.name, (int)(i + 1));
} }
} }
} }