SWDEV-421102 - make clr compatible with c++20

Change-Id: Ia692817232caa3ee97dc0b2139645a0474b582e1
Este commit está contenido en:
Ajay
2023-09-14 11:40:53 -07:00
cometido por Ajay GunaShekar
padre bf88980e0a
commit 2bae1b1387
Se han modificado 7 ficheros con 18 adiciones y 6 borrados
+1 -1
Ver fichero
@@ -440,7 +440,7 @@ hipError_t CodeObject::ExtractCodeObjectFromFile(
std::vector<std::pair<const void*, size_t>>& code_objs) {
hipError_t hip_error = hipSuccess;
if (fdesc < 0) {
if (!amd::Os::isValidFileDesc(fdesc)) {
return hipErrorFileNotFound;
}