libDtSvc: Resolve 28 compiler warnings.
This commit is contained in:
@@ -731,5 +731,5 @@ _DtActionCompareRecordBoson(
|
||||
if (results)
|
||||
return(results);
|
||||
|
||||
return((int)record1 - (int)record2);
|
||||
return((intptr_t)record1 - (intptr_t)record2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user