mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
clang scan-build warns about YY_CURRENT_BUFFER_LVALUE being zero- allocated, but the whole point of the macro is to know that it's not zero. Wrap the entire file in an "#ifndef __clang_analyzer__" block in order to suppress the warning.