mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
50032bc847
The strcmp function does not allow NULL pointers, so add an assert to tell Clang scan-build that the code does not expect a NULL pointer.