Kaydet (Commit) bf777a24 authored tarafından I-Jui (Ray) Sung's avatar I-Jui (Ray) Sung

GPU Calc: fix warnings

Change-Id: I5b98eecc55dbb89fa0f4127f437e0e8cc798eb86
üst 2c544ef0
......@@ -404,7 +404,9 @@ ds_status pickBestDevice(ds_profile* profile, int* bestDeviceIdx)
double fScore = DBL_MAX;
if (pScore)
{
fScore = pScore->fTime;
}
else
{
LOG_PRINTF("Unusual null score");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment