-
Notifications
You must be signed in to change notification settings - Fork 29
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
MSVC compiler warnings #18
Comments
Yes --jeffk++
|
Do you want me to do it? Regards, On 7/29/2015 10:22 AM, Jeff Koftinoff wrote:
Andrew Elder |
Yes please! --jeffk++
|
MSVC is generating many compiler warnings. See below for a subset of them.
jdksavdecc_aecp.h(68): warning C4244: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data
jdksavdecc_aecp.h(69): warning C4244: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data
jdksavdecc_aecp.h(70): warning C4244: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data
jdksavdecc_aecp.h(72): warning C4244: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data
Should
jdksavdecc_common_control_header_get_subtype()
jdksavdecc_common_control_header_get_sv()
jdksavdecc_common_control_header_get_version()
jdksavdecc_common_control_header_get_status()
be modified to return uint8_t
?
The text was updated successfully, but these errors were encountered: