-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-O3 flag causes compiler error on ECS QueryFilter #1352
-O3 flag causes compiler error on ECS QueryFilter #1352
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ty very much for chasing these bugs 🙏 LGTM other than the comment
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1352 +/- ##
=======================================
Coverage 41.95% 41.95%
=======================================
Files 441 441
Lines 33115 33117 +2
Branches 3870 3870
=======================================
+ Hits 13893 13895 +2
Misses 19222 19222 ☔ View full report in Codecov by Sentry. |
a297cef
to
448078a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
448078a
to
e582b02
Compare
Description
Added an assert that mNodeCount is smaller than the array size.
Had to also add some kind of "aliasing" to mNodeCount because the compiler thinks it might be mutated.
Context
Checklist