vtk-m/vtkm/exec/arg/testing
Kenneth Moreland 343c12b500 Fix ICC warnings.
ICC can be pretty thorough about finding unused elements. In this case
it was picking up an unused method in instances of a templated class
in an anonymous namespace. It was a method that should be there due to
the nature of the class, but it happened to not be used (which was OK,
too). To get around the problem, I just added some use of that method
in another method.
2014-10-23 10:59:18 -06:00
..
CMakeLists.txt Add checks for signature tags 2014-10-23 08:28:50 -06:00
UnitTestExecutionSignatureTag.cxx Add checks for signature tags 2014-10-23 08:28:50 -06:00
UnitTestFetchArrayDirectIn.cxx Fix ICC warnings. 2014-10-23 10:59:18 -06:00
UnitTestFetchArrayDirectOut.cxx Fix ICC warnings. 2014-10-23 10:59:18 -06:00
UnitTestFetchExecObject.cxx Add basic dispatcher functionality. 2014-10-21 11:49:23 -06:00
UnitTestFetchWorkIndex.cxx Add basic dispatcher functionality. 2014-10-21 11:49:23 -06:00