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

Change-Id: I3c9935105ef262cdbf1c8ee293930b018be0197a
This commit is contained in:
kjayapra-amd
2020-05-23 14:21:11 -04:00
committed by Karthik Jayaprakash
orang tua ea0137fb22
melakukan 3603272d24
+1
Melihat File
@@ -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: