Fix warning C4138: '*/' found outside of comment on MSVC14
This commit is contained in:
@@ -344,7 +344,7 @@ bool D3MFImporter::CanRead(const std::string &pFile, IOSystem *pIOHandler, bool
|
||||
return false;
|
||||
}
|
||||
|
||||
void D3MFImporter::SetupProperties(const Importer */*pImp*/)
|
||||
void D3MFImporter::SetupProperties(const Importer * /*pImp*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user