vtk-m/vtkm/cont/internal/testing
Kenneth Moreland 66aa10aab7 Fix issues with warnings about data loss from type conversion
Fix compile warnings that come up with the flags

  -Wconversion -Wno-sign-conversion

This catches several instances (mostly in the testing framework) where
types are implicitly converted. I expect these changes to fix some of
the warnings we are seeing in MSVC.

I was going to add these flags to the list of extra warning flags, but
unfortunately the Thrust library has several warnings of these types,
and I don't know a good way to turn on the warnings for our code but
turn them off for Thrust.
2015-05-07 16:34:06 -06:00
..
CMakeLists.txt Add DynamicTransform class. 2014-04-30 10:31:10 -06:00
UnitTestArrayManagerExecutionShareWithControl.cxx Change storage references to storage pointers. 2015-04-30 21:29:58 -06:00
UnitTestArrayPortalFromIterators.cxx Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
UnitTestDynamicTransform.cxx Add index tags to FunctionInterface features. 2015-01-15 22:13:47 -07:00
UnitTestIteratorFromArrayPortal.cxx Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00