ECR #333755 - Fixed redefinition error complaint under Windows.

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133888]


[ROCm/ROCR-Runtime commit: da577f2525]
这个提交包含在:
Ding, Wei (xN/A) TX
2015-03-24 13:50:25 -05:00
父节点 4ffdd95f87
当前提交 9a0c73b7b9
@@ -48,7 +48,6 @@ T RoundToPowerOf2(T val)
return val;
}
template<typename T>
int FillRandom(
T * arrayPtr,
@@ -56,7 +55,7 @@ int FillRandom(
const int height,
const T rangeMin,
const T rangeMax,
unsigned int seed=123)
unsigned int seed)
{
if(!arrayPtr)
{