SWDEV-301667 - return void in getTime(). Avoid warning treated as error
Change-Id: I9445eec554e6f705fb8f248e6be7ff995f163f25
[ROCm/clr commit: 35877b1b13]
This commit is contained in:
gecommit door
Ajay GunaShekar
bovenliggende
41e65f6666
commit
5ba80453fe
@@ -121,7 +121,7 @@ class Timestamp : public amd::ReferenceCountedObject {
|
||||
|
||||
~Timestamp() {}
|
||||
|
||||
uint64_t getTime(uint64_t* start, uint64_t* end) {
|
||||
void getTime(uint64_t* start, uint64_t* end) {
|
||||
checkGpuTime();
|
||||
*start = start_;
|
||||
*end = end_;
|
||||
|
||||
Verwijs in nieuw issue
Block a user