fix -Wformat warnings all over the source
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
bcc292b22d
commit
d210f4f5b8
@@ -156,7 +156,7 @@ void RandAddSeedPerfmon()
|
||||
{
|
||||
RAND_add(pdata, nSize, nSize/100.0);
|
||||
memset(pdata, 0, nSize);
|
||||
printf("RandAddSeed() %d bytes\n", nSize);
|
||||
printf("RandAddSeed() %lu bytes\n", nSize);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user