mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Refactoring the initialization of the retVal.
Change-Id: Id74f7f5974868e77a0fbac4520d1ee753d39e601 Signed-off-by: Marcin Naczk <marcin.naczk@intel.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace NEO {
|
||||
int MultiCommand::singleBuild(size_t numArgs, const std::vector<std::string> &allArgs) {
|
||||
int retVal;
|
||||
int retVal = CL_SUCCESS;
|
||||
std::string buildLog;
|
||||
OfflineCompiler *pCompiler = OfflineCompiler::create(numArgs, allArgs, retVal);
|
||||
if (retVal == CL_SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user