SWDEV-237467 - Adding return type to comply with -Wall compiler flag.

Change-Id: I3c9935105ef262cdbf1c8ee293930b018be0197a


[ROCm/clr commit: 3603272d24]
This commit is contained in:
kjayapra-amd
2020-05-23 14:21:11 -04:00
zatwierdzone przez Karthik Jayaprakash
rodzic e44ec607ef
commit c7b79be23d
@@ -763,6 +763,7 @@ class Memory : public amd::HeapObject {
virtual bool IpcCreate(size_t offset, size_t* mem_size, void* handle) const {
ShouldNotReachHere();
return false;
}
protected: