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

Too many compiler warnings. #411

Closed
chipweinberger opened this issue Jun 4, 2018 · 0 comments
Closed

Too many compiler warnings. #411

chipweinberger opened this issue Jun 4, 2018 · 0 comments

Comments

@chipweinberger
Copy link

chipweinberger commented Jun 4, 2018

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.

tomfinegan added a commit that referenced this issue Jul 17, 2018
Fixed hundreds compiler warnings #411
danielgronlund pushed a commit to danielgronlund/draco that referenced this issue Aug 22, 2024
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

No branches or pull requests

2 participants