You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Apr 2013 at 7:05The text was updated successfully, but these errors were encountered: