mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Don't have return value in setDefaultGmm
Related-To: NEO-2421 Change-Id: I4ac8514c7dceeab762231c4021e77da1a1df7f1c Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
@@ -184,7 +184,7 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
|
||||
return gmms[handleId];
|
||||
}
|
||||
void setDefaultGmm(Gmm *gmm) {
|
||||
return setGmm(gmm, 0u);
|
||||
setGmm(gmm, 0u);
|
||||
}
|
||||
void setGmm(Gmm *gmm, uint32_t handleId) {
|
||||
gmms[handleId] = gmm;
|
||||
|
||||
Reference in New Issue
Block a user