SWDEV-229840 - Remove false error messages.
Change-Id: I0346768a2a52913d5330bc2007a7706e2a439c47
Этот коммит содержится в:
коммит произвёл
Karthik Jayaprakash
родитель
8988f34935
Коммит
32043017ed
@@ -884,8 +884,6 @@ bool ClBinary::loadCompileOptions(std::string& compileOptions) const {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
DevLogPrintfError("Cannot Load Compilation Options: %s \n",
|
||||
compileOptions.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -900,7 +898,6 @@ bool ClBinary::loadLinkOptions(std::string& linkOptions) const {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
DevLogPrintfError("Cannot Load Link Options: %s \n", linkOptions.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user