[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. d03cde33b05367231b693
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-04-27 11:56:45
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via d03cde33b05367231b69309064edae9aef402f5a (commit) via 12c538fc1424f8ae5e34d27852cf48e0e9f0a7eb (commit) from 4f6c61719cd1962f8942f5044e43f868cf54cb26 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d03cde33b05367231b69309064edae9aef402f5a Merge: 4f6c61719 12c538fc1 Author: Nate Bargmann <n0...@n0...> Date: Sun Apr 27 06:55:30 2025 -0500 Merge pull request #1714 from dforsi/fix/cppcheck Remove duplicated cppcheck suppressions commit 12c538fc1424f8ae5e34d27852cf48e0e9f0a7eb Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Tue Apr 22 22:57:52 2025 +0200 Remove duplicated cppcheck suppressions Fixes: cppcheck: error: suppression '*:extra/gnuradio/wfm.h' already exists cppcheck: error: suppression '*:extra/gnuradio/HrAGC.h' already exists diff --git a/cppcheck.sh b/cppcheck.sh index 73565cf9b..83ecda000 100755 --- a/cppcheck.sh +++ b/cppcheck.sh @@ -21,8 +21,6 @@ SUPPRESS="\ --suppress=*:extra/gnuradio/am.h \ --suppress=*:extra/gnuradio/ssb.h \ --suppress=*:extra/gnuradio/wfm.h \ ---suppress=*:extra/gnuradio/wfm.h \ ---suppress=*:extra/gnuradio/HrAGC.h \ --suppress=*:extra/gnuradio/gnuradio.cc \ --suppress=missingIncludeSystem \ --suppress=*:style/rigs/adat/adat.c ----------------------------------------------------------------------- Summary of changes: cppcheck.sh | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |