diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2019-08-31 14:31:56 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2019-08-31 14:31:56 -0400 |
commit | a00d046f4b5dcccab60228c78ac5291ab9b9f3d8 (patch) | |
tree | bb55db8279fb3f95287d4f62cd667333b4200e2f /src/script.cpp | |
parent | 7b63e52b38d131ee44eb341f22d3d39f37979507 (diff) |
cleaned Makefile output
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; } /********************* |