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
Raw File
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top