This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3c5724a6fb37b7fb82b04c128c17dbc003f8e072 commit 3c5724a6fb37b7fb82b04c128c17dbc003f8e072 Author: Guillem Jover <[email protected]> AuthorDate: Sun Mar 2 04:21:13 2025 +0100 test: Update cppcheck to request C++14 to match expected baseline This is the baseline specified in the coding style, and selected in configure, so we should make the check match. --- t/cppcheck.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cppcheck.t b/t/cppcheck.t index f70cf3e9e..53b444979 100644 --- a/t/cppcheck.t +++ b/t/cppcheck.t @@ -34,7 +34,7 @@ my @cppcheck_opts = (qw( --inline-suppr --check-level=exhaustive --suppressions-list=t/cppcheck/cppcheck.supp - --std=c99 --std=c++03 + --std=c99 --std=c++14 -Ilib -Ilib/compat -Isrc/common -- Dpkg.Org's dpkg

