aboutsummaryrefslogtreecommitdiff
path: root/src/game/MovementGeneratorImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/MovementGeneratorImpl.h')
-rw-r--r--src/game/MovementGeneratorImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/MovementGeneratorImpl.h b/src/game/MovementGeneratorImpl.h
index d52fb154ad4..d2778a5bff8 100644
--- a/src/game/MovementGeneratorImpl.h
+++ b/src/game/MovementGeneratorImpl.h
@@ -25,7 +25,7 @@
template<class MOVEMENT_GEN>
inline MovementGenerator*
-MovementGeneratorFactory<MOVEMENT_GEN>::Create(void *data) const
+MovementGeneratorFactory<MOVEMENT_GEN>::Create(void * /*data*/) const
{
return (new MOVEMENT_GEN());
}