https://github.com/Kitware/CMake
Revision 1902e39746ba2aaaa3ef1918e3b14d96023966df authored by Brad King on 26 August 2019, 13:26:00 UTC, committed by Brad King on 27 August 2019, 13:32:32 UTC
The definition of `CPU_ZERO` requires `<string.h>` to be included
explicitly for `memset`.  Since IWYU does not agree on other Linux
platforms, use a pragma to silence the warning.

Fixes: #19643
1 parent 40bbe50
History
Tip revision: 1902e39746ba2aaaa3ef1918e3b14d96023966df authored by Brad King on 26 August 2019, 13:26:00 UTC
cmAffinity: Add include for CPU_ZERO on Alpine Linux
Tip revision: 1902e39
File Mode Size
pull_request_template.md -rw-r--r-- 327 bytes

back to top