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

Conversion warnings when compiling under Windows #100

Closed
ahornung opened this issue Jan 2, 2016 · 0 comments
Closed

Conversion warnings when compiling under Windows #100

ahornung opened this issue Jan 2, 2016 · 0 comments
Assignees
Labels

Comments

@ahornung
Copy link
Member

ahornung commented Jan 2, 2016

Many warnings pollute the output when compiling with MSVC:
warning C4244: 'argument' : conversion from 'const double' to 'float', possible loss of data
warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', possible loss of data
(...)

@ahornung ahornung self-assigned this Jan 2, 2016
ahornung added a commit that referenced this issue Jan 4, 2016
Improved portability and fewer warning with MSVC (#100)
ahornung added a commit that referenced this issue Jan 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant