Skip to content

Commit

Permalink
Suppress AOT warning
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Nov 22, 2024
1 parent 8a625a7 commit 21b6eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ECS/Index/Utils/ComponentIndexUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ internal static Type GetIndexType(Type componentType, out Type valueType)
}

[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2055", Justification = "TODO")] // TODO
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2065", Justification = "TODO")] // TODO
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL2070", Justification = "TODO")] // TODO
[UnconditionalSuppressMessage("ReflectionAnalysis", "IL3050", Justification = "TODO")] // TODO
private static Type MakeIndexType(Type valueType, Type componentType)
Expand Down

0 comments on commit 21b6eb4

Please sign in to comment.