ECR #333755 - Fixed redefinition error complaint under Windows.

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133888]
Este commit está contenido en:
Ding, Wei (xN/A) TX
2015-03-24 13:50:25 -05:00
padre b58ee3f9b7
commit da577f2525
+1 -2
Ver fichero
@@ -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)
{