mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -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.