Swap (Windows): fix compiler warnings

This commit is contained in:
李通洲
2023-05-16 20:54:45 +08:00
parent 424ca923fc
commit b89ace7aae
+2
View File
@@ -26,4 +26,6 @@ const char* ffDetectSwap(FFSwapResult* swap)
}
swap->bytesUsed = (uint64_t)pstart->TotalUsed * sysInfo.dwPageSize;
swap->bytesTotal = (uint64_t)pstart->CurrentSize * sysInfo.dwPageSize;
return NULL;
}