From 19bd977e943bf37c2c24ee0116486fa9b7611f70 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Sep 2024 11:12:12 -0400 Subject: Fix cppcheck test on older systems This fixes the test on the lv2plugin/debian-x64 image in particular, which is based on Debian 11 with cppcheck 2.3. --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/meson.build b/test/meson.build index 96fe455..360d61d 100644 --- a/test/meson.build +++ b/test/meson.build @@ -44,12 +44,12 @@ if not meson.is_subproject() and get_option('lint') 'cppcheck', cppcheck, args: [ - '--check-level=exhaustive', '--enable=warning,style,performance,portability', '--error-exitcode=1', '--project=' + compdb_path, '--suppress=constParameterCallback', '--suppress=constParameterPointer', + '--suppress=normalCheckLevelMaxBranches', '--suppress=unreadVariable', '-q', ], -- cgit v1.2.1