mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05:00
9e4b6bcbe8
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.