STYLE: use uintptr_t cast instead of long when reporting addresses

This commit is contained in:
Mark Olesen
2019-04-29 08:15:48 +02:00
parent ffa0523cdf
commit 606c01548f
20 changed files with 65 additions and 65 deletions

View File

@ -69,7 +69,7 @@ void reportDetail(const IOobjectList& objects)
}
Info<< key << " (" << io->headerClassName()
<< ") = addr " << long(io) << nl;
<< ") = addr " << uintptr_t(io) << nl;
if (count != 1)
{