ix compiler warning for pragma statements.

This commit is contained in:
Kim Kulling
2020-03-15 11:47:05 +01:00
parent 9e91a33d76
commit 976091a6f6
14 changed files with 91 additions and 42 deletions

View File

@@ -164,7 +164,7 @@ void ArmaturePopulate::BuildNodeList(const aiNode *current_node,
// duplicate names :)
void ArmaturePopulate::BuildBoneStack(aiNode *,
const aiNode *root_node,
const aiScene *scene,
const aiScene*,
const std::vector<aiBone *> &bones,
std::map<aiBone *, aiNode *> &bone_stack,
std::vector<aiNode *> &node_stack) {