Fix build with cppcheck-2.11

String literal concatenation raises syntaxError with cppcheck-2.11,
which is a regression: https://trac.cppcheck.net/ticket/11830
This commit is contained in:
Yaakov Selkowitz 2023-07-28 15:09:48 -04:00
parent e0f0f65d78
commit 358a5759e8

View File

@ -418,7 +418,9 @@ done
%make_build scan
%endif
%if %{with cppcheck}
%make_build cppcheck
# string literal concatenation raises syntaxError with cppcheck-2.11
# https://trac.cppcheck.net/ticket/11830
%make_build cppcheck CPPCHECK="cppcheck -UCHECK_DIR"
%endif
%if %{with test}