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

@ -621,7 +621,7 @@ int main(int argc, char *argv[])
os << "file=<" << file << ">" << nl;
}
const int oldPosix = POSIX::debug;
const int oldDebug = POSIX::debug;
POSIX::debug = 1;
@ -687,7 +687,7 @@ int main(int argc, char *argv[])
Foam::rmDir(lnB);
}
POSIX::debug = oldPosix;
POSIX::debug = oldDebug;
// Verify that rmDir works with bad names too
Foam::rmDir(dirA);