Skip to content
Snippets Groups Projects
Commit b72169e5 authored by Brad King's avatar Brad King
Browse files

Process: Suppress clang -Wshorten-64-to-32 diagnostic on macOS

The `struct timespec` member `tv_nsec` and `struct timeval` member
`tv_usec` have different integer sizes.  Suppress a warning about
converting between them, as we know all values are in the 32-bit
range anyway.
parent 4fa6de56
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment