aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/script.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script.cpp b/src/script.cpp
index ec82513..89ae9e0 100644
--- a/src/script.cpp
+++ b/src/script.cpp
@@ -43,9 +43,8 @@ void ScriptSystem::update([[maybe_unused]] entityx::EntityManager& entites,
}
-void ScriptSystem::receive(const EntitySpawnEvent &toSpawn)
+void ScriptSystem::receive([[maybe_unused]] const EntitySpawnEvent &toSpawn)
{
- (void)toSpawn;
}
/*********************