Skip to content
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

chore: Fix "potentially uninitialized variable" errors in IAMF #1445

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

joeyparrish
Copy link
Member

These errors were specifically coming up in Windows builds and in Linux release builds. This initializes those variables.

This also fixes errors in IAMF tests like "offset 2 out of bounds", which some compilers raise when you try to statically initialize a vector, then add to it later.

These errors were specifically coming up in Windows builds and in
Linux release builds.  This initializes those variables.

This also fixes errors in IAMF tests like "offset 2 out of bounds",
which some compilers raise when you try to statically initialize a
vector, then add to it later.
@joeyparrish joeyparrish merged commit 0957309 into shaka-project:main Oct 25, 2024
36 checks passed
@joeyparrish joeyparrish deleted the fix-iamf-build-errors branch October 25, 2024 23:36
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Dec 25, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants