2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[#3731] Fix cppcheck

This commit is contained in:
Andrei Pavel 2025-03-03 17:41:38 +02:00 committed by Francis Dupont
parent ad93289470
commit 8fb0025d2e

View File

@ -645,7 +645,6 @@ run_target(
command: [f'@TOP_SOURCE_DIR@/changelog_unreleased/.add-entry.sh'],
)
# todo: remove redirections
if cppcheck.found()
run_target(
'cppcheck',
@ -654,7 +653,6 @@ if cppcheck.found()
'-I.',
'-I./src/lib',
'-I./src/bin',
'--error-exitcode=1',
'--inline-suppr',
'--quiet',
'--max-configs=256',
@ -663,9 +661,6 @@ if cppcheck.found()
'--xml',
'--xml-version=2',
'.',
'>',
'cppcheck-result.xml',
'2>&1',
],
)
endif