From 4639ef0d1b273e203ae6e59e1f7c0a3b795f614d Mon Sep 17 00:00:00 2001 From: kimmi Date: Sat, 24 Oct 2009 10:53:15 +0000 Subject: [PATCH] - BUGFIX : Fix compiler warning: not referenced parameter. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@497 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/extra/MakeVerboseFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/extra/MakeVerboseFormat.h b/code/extra/MakeVerboseFormat.h index 21e025bfa..7e3376900 100644 --- a/code/extra/MakeVerboseFormat.h +++ b/code/extra/MakeVerboseFormat.h @@ -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.