Suppress clang compiler warnings.

This commit is contained in:
Syoyo Fujita
2015-12-05 12:34:28 +09:00
parent 3997ecf8e0
commit 783b8c4886
2 changed files with 27 additions and 21 deletions

View File

@@ -164,6 +164,8 @@ std::string matStream(
std::map<std::string, int>& matMap,
std::string& err)
{
(void)matId;
(void)err;
LoadMtl(matMap, materials, m_matSStream);
return true;
}