Skip to content

Commit 21b6eb4

Browse files
committed
Suppress AOT warning
1 parent 8a625a7 commit 21b6eb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ECS/Index/Utils/ComponentIndexUtils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ internal static Type GetIndexType(Type componentType, out Type valueType)
4040
}
4141

4242
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2055", Justification = "TODO")] // TODO
43+
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2065", Justification = "TODO")] // TODO
4344
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2070", Justification = "TODO")] // TODO
4445
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL3050", Justification = "TODO")] // TODO
4546
private static Type MakeIndexType(Type valueType, Type componentType)

0 commit comments

Comments
 (0)