mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
2461dd79e5
Some `.c` sources add `restrict` to their pointer types to tell the optimizer that there is no aliasing. These do not appear in the corresponding `.h` declarations so MSVC warns.