aboutsummaryrefslogtreecommitdiffstats
path: root/src/script.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2019-08-31 14:31:56 -0400
committerClyne Sullivan <tullivan99@gmail.com>2019-08-31 14:31:56 -0400
commita00d046f4b5dcccab60228c78ac5291ab9b9f3d8 (patch)
treebb55db8279fb3f95287d4f62cd667333b4200e2f /src/script.cpp
parent7b63e52b38d131ee44eb341f22d3d39f37979507 (diff)
cleaned Makefile output
Diffstat (limited to 'src/script.cpp')
-rw-r--r--src/script.cpp3
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;
}
/*********************