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 MSVC size conversion/cast compiler warnings #5

Merged
merged 1 commit into from
Dec 6, 2016

Conversation

jp9000
Copy link
Contributor

@jp9000 jp9000 commented Nov 28, 2016

At higher warning levels, Microsoft's C compiler will throw warnings
when implicitly casting 64bit data as 32bit due to possible data loss,
so explicitly cast to prevent those warnings.

At higher warning levels, Microsoft's C compiler will throw warnings
when implicitly casting 64bit data as 32bit due to possible data loss,
so explicitly cast to prevent those warnings.
@szatmary szatmary merged commit c489424 into szatmary:master Dec 6, 2016
jcekstrom-xumo added a commit to jcekstrom-xumo/libcaption that referenced this pull request Feb 28, 2023
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