mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use uintptr_t cast instead of long when reporting addresses
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user