[IGSTK-Developers] TESTING: OpenIGTLink: Many Warnings

Luis Ibanez luis.ibanez at kitware.com
Sun Jan 17 11:51:09 EST 2010


OpenIGTLink developers:

The following build in the Slicer3 Dashboard
is reporting a large number of warnings from
OpenIGTLink:

http://www.cdash.org/CDash/viewBuildError.php?type=1&buildid=517014


Most of them seem to be very easy to address:

..\..\..\OpenIGTLink\Source\igtlutil\igtl_image.c(106) : warning
C4244: '=' : conversion from 'double' to 'float', possible loss of
data


A (static_cast) in the proper place should do the trick.
Although it doesn't hurt to double check if the values
being transferred should actually be stored in a double
variable instead of a float.

Is this something that has already been fixed in your
SVN HEAD ?


    Thanks for any advice,


         Luis



More information about the IGSTK-Developers mailing list