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
draco-1.3.1\src\draco\attributes\point_attribute.h(70): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
If you can, please add the appropriate static casts. unsigned int x = (unsinged int) y;
unsigned int x = (unsinged int) y;
Cluttered warnings makes it hard to spot new ones.
The text was updated successfully, but these errors were encountered:
Merge pull request #418 from FreddyFunk/master
e3a9d6c
Fixed hundreds compiler warnings #411
Merge pull request google#418 from FreddyFunk/master
fc44099
Fixed hundreds compiler warnings google#411
No branches or pull requests
draco-1.3.1\src\draco\attributes\point_attribute.h(70): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
If you can, please add the appropriate static casts.
unsigned int x = (unsinged int) y;
Cluttered warnings makes it hard to spot new ones.
The text was updated successfully, but these errors were encountered: