mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6877] [MERGED] build: cppcheck: use --check-level=exhaustive #6214
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#6214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6877
Author: @kmk3
Created: 8/20/2025
Status: ✅ Merged
Merged: 8/21/2025
Merged by: @kmk3
Base:
master← Head:cppcheck-use-check-level📝 Commits (1)
c681b4bbuild: cppcheck: use --check-level=exhaustive📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Makefile(+1 -1)📄 Description
The
--check-level=exhaustiveoption was briefly added, then changed to--max-ctu-depth=40, presumably because the version being used in CI(cppcheck 2.7 on ubuntu-22.04) did not support the former.
The current version in CI (cppcheck 2.13 on ubuntu-24.04) supports that
option, so restore it.
This fixes a flood of
information:messages (which appear even with-q) in the latest version of cppcheck:This is a follow-up to #6874.
Related commits:
be3c2a071("some problems reported by ccpcheck", 2025-08-17)d4881b6bc("cppcheck cleanup", 2025-08-17)ebb368780("ci: cppcheck: upgrade ubuntu-22.04 to ubuntu-24.04",2025-08-20) / PR #6874
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.