P4 to Git Change 1351742 by gandryey@gera-w8 on 2016/12/09 14:31:14

SWDEV-79445 - OCL generic changes and code clean-up
	- Fix a warnign in LC build

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#23 edit
Tá an tiomantas seo le fáil i:
foreman
2016-12-09 14:37:13 -05:00
tuismitheoir c4df63b847
tiomantas d077c1abaa
D'athraigh 2 comhad le 2 breiseanna agus 2 scriosta
+1 -1
Féach ar an gComhad
@@ -991,7 +991,7 @@ HSAILKernel::loadArguments(
// Find all parameters for the current kernel
for (auto arg : arguments_) {
const_address paramaddr;
const_address paramaddr = nullptr;
if (arg->index_ != uint(-1)) {
paramaddr = parameters + signature.at(arg->index_).offset_;
}