diff options
Diffstat (limited to 'src/script.cpp')
-rw-r--r-- | src/script.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script.cpp b/src/script.cpp index d471d65..6a8a370 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; } /********************* |