benchmark_assimp: fix compilation warning

This commit is contained in:
Hugues Delorme 2016-03-23 17:07:40 +01:00
parent 055ceb24b9
commit 09412eadb9

View File

@ -288,7 +288,7 @@ static void stl_read(const void* filepath)
if (error != GMIO_ERROR_OK)
std::cerr << "gmio error: 0x" << std::hex << error << std::endl;
const aiScene* scene = globalSceneHelper.scene;
// const aiScene* scene = globalSceneHelper.scene;
// std::cout << "BmkGmio, triCount = "
// << totalTriangleCount(scene) << std::endl;
}