diff options
author | Alex Brachet <abrachet@google.com> | 2023-01-25 16:49:10 +0000 |
---|---|---|
committer | Alex Brachet <abrachet@google.com> | 2023-01-25 16:51:56 +0000 |
commit | c623a6865fde1b5c89c52eb1301b086091ff75ba (patch) | |
tree | aac3eb904f67cf5ea4bff07b02e6fb58513120b3 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | a749e09e184b2b0b6dde71af01c82dd427b3e3e2 (diff) | |
download | llvm-c623a6865fde1b5c89c52eb1301b086091ff75ba.zip llvm-c623a6865fde1b5c89c52eb1301b086091ff75ba.tar.gz llvm-c623a6865fde1b5c89c52eb1301b086091ff75ba.tar.bz2 |
[libc] Fix warning in ExecuteFunctionUnix.cpp
WIFEXITED and friends expect an `int *` but these methods
were marked `const` so they instead got a `const int *`.
This macros aren't actually modifying their argument, but
we were never using these functions on an immutable
`ProcessStatus` type anyway.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions