We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Warning in ACE using bcc32 on ace6tao2 branch, introduced by #2196
.\CDR_Base.cpp: Warning W8012 .\CDR_Base.cpp 938: Comparing signed and unsigned values in function ACE_CDR::Fixed::from_string(const char *)
The text was updated successfully, but these errors were encountered:
Both sides of the comparison are unsigned. Is there a CI build that shows the warning - or could one be added?
Sorry, something went wrong.
Working on new CI builds, need to create first a base line. Are they different sizes, if so, one could be promoted to signed before the comparison
See https://download.remedy.nl/buildlogs/win_cbxe15_bcc32_acetao_debug/
It's size_t and an unsigned char. Why would a compiler change the signedness (apparently that's a real word) of a value and then complain about it?
size_t
unsigned char
No branches or pull requests
Warning in ACE using bcc32 on ace6tao2 branch, introduced by #2196
The text was updated successfully, but these errors were encountered: