- BUGFIX : Fix compiler warning: not referenced parameter.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@497 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
kimmi 2009-10-24 10:53:15 +00:00
parent 1b8c8561fd
commit 4639ef0d1b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public:
* combination of #aiPostProcessSteps.
* @return true if the process is present in this flag fields, false if not.
*/
bool IsActive( unsigned int pFlags) const
bool IsActive( unsigned int /*pFlags*/ ) const
{
// NOTE: There is no direct flag that corresponds to
// this postprocess step.