SWDEV-229840 - Remove false error messages.
Change-Id: I0346768a2a52913d5330bc2007a7706e2a439c47
This commit is contained in:
committed by
Karthik Jayaprakash
parent
8988f34935
commit
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user