bugfix : fix pedantic vs2012 warnings.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
pull/79/head
Kim Kulling 2013-08-15 20:57:54 +02:00
parent 85db7d234e
commit 6eaff77a7c
2 changed files with 4 additions and 4 deletions

View File

@ -88,9 +88,9 @@ public:
// -------------------------------------------------------------------
virtual size_t Read(void* pvBuffer,
size_t pSize,
size_t pCount)
virtual size_t Read( void *,
size_t,
size_t )
{
return 0;
}

View File

@ -202,7 +202,7 @@ bool Exporter :: IsDefaultIOHandler() const
// ------------------------------------------------------------------------------------------------
const aiExportDataBlob* Exporter :: ExportToBlob( const aiScene* pScene, const char* pFormatId, unsigned int pPreprocessing )
const aiExportDataBlob* Exporter :: ExportToBlob( const aiScene* pScene, const char* pFormatId, unsigned int )
{
if (pimpl->blob) {
delete pimpl->blob;