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:
parent
e0f0f65d78
commit
358a5759e8
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user