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

floating point constants exceeding the range of float #2

Open
GoogleCodeExporter opened this issue Aug 3, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Compile (GCC 4.6.3 with "-Wall -Wextra -Werror").
2. See the error pasted below.

What is the expected output? What do you see instead?
Expected output: nothing (i.e. no warnings/errors).
Output by GCC 4.6.3:
".../multiresolution_csurfel_registration.cpp:2706: error: floating constant 
exceeds range of 'float' [-Werror=overflow]".


What version of the product are you using? On what operating system?
Version 0.2 (with multiresolution_csurfel_registration.cpp from 16.05.2011). 
Ubuntu 12.10.

Please provide any additional information below.
This does not seem to introduce any misbehavior in my case so far, but it stops 
compilation with "-Werror" which is very unfortunate.

Original issue reported on code.google.com by [email protected] on 12 Apr 2013 at 7:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant