[Hamlib-developer] [Hamlib/Hamlib] c3265d: Fix typos
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-03-18 13:41:54
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: c3265dc905058ac7133897121d77f634b6d05853 https://github.com/Hamlib/Hamlib/commit/c3265dc905058ac7133897121d77f634b6d05853 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-03-18 (Sat, 18 Mar 2023) Changed paths: M tests/rigctld.c M tests/rigctltcp.c Log Message: ----------- Fix typos Fixes: rigctld.c:1233:5: warning: implicit declaration of function ‘mutext_rigctld’; did you mean ‘mutex_rigctld’? [-Wimplicit-function-declaration] rigctltcp.c:1217:5: warning: implicit declaration of function ‘mutext_rigctld’; did you mean ‘mutex_rigctld’? [-Wimplicit-function-declaration] Commit: c9e2c5f6972cfbd058ba7d03a405c867c72bdf13 https://github.com/Hamlib/Hamlib/commit/c9e2c5f6972cfbd058ba7d03a405c867c72bdf13 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-03-18 (Sat, 18 Mar 2023) Changed paths: M cppcheck.sh Log Message: ----------- Fix include not found by cppcheck.sh also in the other branch of the "if" Fixes: nofile:0:0: error: Can not open include file 'include/config.h' that is explicitly included. [preprocessorErrorDirective] Commit: b02ff9daa13a578879d5c41ff0e78e88795a7a02 https://github.com/Hamlib/Hamlib/commit/b02ff9daa13a578879d5c41ff0e78e88795a7a02 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-03-18 (Sat, 18 Mar 2023) Changed paths: M cppcheck.sh Log Message: ----------- Fix passing one or more paths to ./cppcheck.sh The --check-config arguments can be passed explicitly if desired. Commit: e9979846623935c217c023b26f2057838b3a153d https://github.com/Hamlib/Hamlib/commit/e9979846623935c217c023b26f2057838b3a153d Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-03-18 (Sat, 18 Mar 2023) Changed paths: M cppcheck.sh Log Message: ----------- Fix several cppcheck "missingInclude" informational messages The following STILL reamin: scripts/MSVC/2022/x64/hamlibTest/hamlibTest.h:3:0: information: Include file: "resource.h" not found. [missingInclude] scripts/MSVC/2022/x86/hamlibTest/hamlibTest.h:3:0: information: Include file: "resource.h" not found. [missingInclude] src/network.c:83:0: information: Include file: "io.h" not found. [missingInclude] tests/rigtestlibusb.c:30:0: information: Include file: "libusb.h" not found. [missingInclude] Commit: c3e7021c61fbdad5b83360c0bcdfc26945c825fc https://github.com/Hamlib/Hamlib/commit/c3e7021c61fbdad5b83360c0bcdfc26945c825fc Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-03-18 (Sat, 18 Mar 2023) Changed paths: M cppcheck.sh Log Message: ----------- Fix cppcheck "unmatchedSuppression" informational messages Fixes: tests/ampctl.c:-1:0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression] tests/ampctl_parse.c:-1:0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression] tests/rigctl.c:-1:0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression] tests/rigctl_parse.c:-1:0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression] tests/rotctl.c:-1:0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression] tests/rotctl_parse.c:-1:0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression] Commit: 51c88e0a6d0d6e3a3d3b73f4217f7adcee6939c6 https://github.com/Hamlib/Hamlib/commit/51c88e0a6d0d6e3a3d3b73f4217f7adcee6939c6 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-03-18 (Sat, 18 Mar 2023) Changed paths: M .gitignore Log Message: ----------- Add to .gitignore some files created during "make check" Commit: 01a2dd23ed256eeeb190bbf813232a658b28ffc7 https://github.com/Hamlib/Hamlib/commit/01a2dd23ed256eeeb190bbf813232a658b28ffc7 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2023-03-18 (Sat, 18 Mar 2023) Changed paths: M tests/rigtestlibusb.c Log Message: ----------- Fix cppcheck "missingInclude" informational message Fixes: tests/rigtestlibusb.c:30:0: information: Include file: "libusb.h" not found. [missingInclude] Commit: 18c4eb46315ef44bdf22f5ac7774ba017e186564 https://github.com/Hamlib/Hamlib/commit/18c4eb46315ef44bdf22f5ac7774ba017e186564 Author: Michael Black <mdb...@ya...> Date: 2023-03-18 (Sat, 18 Mar 2023) Changed paths: M .gitignore M cppcheck.sh M tests/rigctld.c M tests/rigctltcp.c M tests/rigtestlibusb.c Log Message: ----------- Merge pull request #1251 from dforsi/fix/cppcheck Fix/cppcheck Compare: https://github.com/Hamlib/Hamlib/compare/e022ff231401...18c4eb46315e |