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

fix: compilation on 32bit platforms #1562

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

dimitry-ishenko
Copy link
Contributor

On 32bit platforms passing long to data_t causes ambiguity, because it doesn't map directly into any of the types held by data_t.

On 32bit platforms passing `long` to `data_t` causes ambiguity, because
it doesn't map directly into any of the types held by `data_t`.
@Julusian
Copy link
Member

I would say that I don't see the value in supporting armhf, or other 32bit platforms, but as the change is so simple I don't object to it

@Julusian Julusian changed the title Fix compilation on 32bit platforms fix: compilation on 32bit platforms Sep 16, 2024
@Julusian Julusian merged commit e0edc1c into CasparCG:master Sep 16, 2024
4 checks passed
Julusian pushed a commit that referenced this pull request Sep 16, 2024
@dimitry-ishenko
Copy link
Contributor Author

I would say that I don't see the value in supporting armhf, or other 32bit platforms, but as the change is so simple I don't object to it

I was just thinking maybe some cheaper ARM boxen that don't have proper 64 bit Linux support can benefit from it. Otherwise, I was of the same frame of mind as you, since this is a very small change, why not. Thanks for accepting.

@dimitry-ishenko dimitry-ishenko deleted the fix32bit branch September 16, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants