-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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 freek...@gmx.de on 12 Apr 2013 at 7:05
Reactions are currently unavailable