aboutsummaryrefslogtreecommitdiffstats
path: root/lib/entityx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/entityx')
-rw-r--r--lib/entityx/entityx/Entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/entityx/entityx/Entity.h b/lib/entityx/entityx/Entity.h
index f217372..dfa4062 100644
--- a/lib/entityx/entityx/Entity.h
+++ b/lib/entityx/entityx/Entity.h
@@ -437,7 +437,7 @@ class EntityManager : entityx::help::NonCopyable {
ViewIterator<Iterator, All>::next();
}
- void next_entity(Entity &entity) {}
+ void next_entity([[maybe_unused]]Entity &entity) {}
};
Iterator begin() { return Iterator(manager_, mask_, 0); }