Skip to content

Commit 2f6c09c

Browse files
committed
Fix build issues on Emscripten.
1 parent f49cbcb commit 2f6c09c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/code/iceshard/engine/private/ecs/ecs_archetype_index.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ namespace ice::ecs
6565
}
6666

6767
// As long as we have something to check and we did not fail search for the next ID
68+
[[maybe_unused]]
6869
ice::u32 matched_components = 0;
6970

7071
// Reset for checking the remaining conditions

0 commit comments

Comments
 (0)