mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Remove printf format warning on Windows oneAPI. (#3838)
This commit is contained in:
parent
66786fa036
commit
afb1f3c19a
@ -2194,7 +2194,7 @@ test_swmr_write_big(bool newest_format)
|
||||
ZeroMemory(&pi, sizeof(pi));
|
||||
|
||||
if (0 == CreateProcess(NULL, SWMR_READER, NULL, NULL, false, 0, NULL, NULL, &si, &pi)) {
|
||||
printf("CreateProcess failed (%d).\n", GetLastError());
|
||||
printf("CreateProcess failed (%lu).\n", GetLastError());
|
||||
FAIL_STACK_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user