From a00d046f4b5dcccab60228c78ac5291ab9b9f3d8 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 31 Aug 2019 14:31:56 -0400 Subject: cleaned Makefile output --- src/script.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/script.cpp') 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; } /********************* -- cgit v1.2.3