Fix warning C4138: '*/' found outside of comment on MSVC14

This commit is contained in:
Alexandre Avenel
2017-11-24 22:08:50 +01:00
parent 35819340aa
commit f80e8b39a1
5 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ const aiImporterDesc *MMDImporter::GetInfo() const { return &desc; }
// ------------------------------------------------------------------------------------------------
// MMD import implementation
void MMDImporter::InternReadFile(const std::string &file, aiScene *pScene,
IOSystem */*pIOHandler*/) {
IOSystem * /*pIOHandler*/) {
// Read file by istream
std::filebuf fb;
if (!fb.open(file, std::ios::in | std::ios::binary)) {