[nvccWarnings] Fix warnings seen with dtests on nvcc path

[ROCm/clr commit: 0ac125e3db]
This commit is contained in:
Phaneendr-kumar Lanka
2017-12-13 12:32:16 +05:30
committed by Phaneendr-kumar Lanka
parent 3317761c7a
commit 033e2cde33
11 changed files with 12 additions and 21 deletions
@@ -32,7 +32,7 @@ THE SOFTWARE.
__global__ void FloatMathPrecise(hipLaunchParm lp)
{
int iX;
//int iX; //uncomment this when remqouf() is enabled again
float fX, fY;
acosf(1.0f);