[Hamlib-developer] [Hamlib/Hamlib] f8c3d6: Fix error messages
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-08-02 01:13:58
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: f8c3d6b614597b8cc24c3b443a9fd1984ebf16a6 https://github.com/Hamlib/Hamlib/commit/f8c3d6b614597b8cc24c3b443a9fd1984ebf16a6 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-28 (Mon, 28 Jul 2025) Changed paths: M simulators/simyaesu.c Log Message: ----------- Fix error messages Commit: 5f78c54bae8502b3ec1e0f1c43643b7857b6e62f https://github.com/Hamlib/Hamlib/commit/5f78c54bae8502b3ec1e0f1c43643b7857b6e62f Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M rigs/gomspace/gs100.c M src/register.c Log Message: ----------- Remove DECLARE_INITRIG_BACKEND() Breaks rig_probe() for rigs probed later (eg. Kenwood). Commit: 6af3b3a94e55d69aad55f4a36818f41dec0aef05 https://github.com/Hamlib/Hamlib/commit/6af3b3a94e55d69aad55f4a36818f41dec0aef05 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M rigs/commradio/commradio.c M src/register.c Log Message: ----------- Remove DECLARE_INITRIG_BACKEND() This code is uneeded. Commit: 200b2aaecc89cfcfdce416d7f7a9439bd8758c2b https://github.com/Hamlib/Hamlib/commit/200b2aaecc89cfcfdce416d7f7a9439bd8758c2b Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M simulators/simelecraft.c M simulators/simelecraftk4.c M simulators/simkenwood.c M simulators/simpowersdr.c M simulators/simtmd700.c M simulators/simtmd710.c Log Message: ----------- Remove unneeded typedef It's only used by Yeasu simulators. Commit: 094b5e741a63c7310983ee6e77da6d46de73c819 https://github.com/Hamlib/Hamlib/commit/094b5e741a63c7310983ee6e77da6d46de73c819 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M simulators/simic7000.c M simulators/simtmd710.c Log Message: ----------- Remove unused variables Commit: 0c57ccad264d0f1b54a943795ab47ac199a08f27 https://github.com/Hamlib/Hamlib/commit/0c57ccad264d0f1b54a943795ab47ac199a08f27 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M simulators/Makefile.am Log Message: ----------- Add missing include file Otherwise it isn't added to the distribution archive created by "make distcheck". Commit: b4eb1bdb12bd475927ec1c05d25a539eae5fa3df https://github.com/Hamlib/Hamlib/commit/b4eb1bdb12bd475927ec1c05d25a539eae5fa3df Author: Nate Bargmann <n0...@n0...> Date: 2025-08-01 (Fri, 01 Aug 2025) Changed paths: M rigs/kenwood/kenwood.c Log Message: ----------- Quell warning from clang This warning was seen on MacOS and on Debian 12 and 13 using clang: CC kenwood.lo kenwood.c:2293:9: warning: absolute value function 'abs' given an argument of type 'shortfreq_t' (aka 'long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 2293 | if (abs(rit) > 9999) { RETURNFUNC(-RIG_EINVAL); } | ^ kenwood.c:2293:9: note: use function 'labs' instead 2293 | if (abs(rit) > 9999) { RETURNFUNC(-RIG_EINVAL); } | ^~~ | labs 1 warning generated. Closes issue #1806 on GitHub Commit: 989623ec511e6f428aa8998e88df3f69f9e11d79 https://github.com/Hamlib/Hamlib/commit/989623ec511e6f428aa8998e88df3f69f9e11d79 Author: Nate Bargmann <n0...@n0...> Date: 2025-08-01 (Fri, 01 Aug 2025) Changed paths: M rigs/commradio/commradio.c M rigs/gomspace/gs100.c M simulators/Makefile.am M simulators/simelecraft.c M simulators/simelecraftk4.c M simulators/simic7000.c M simulators/simkenwood.c M simulators/simpowersdr.c M simulators/simtmd700.c M simulators/simtmd710.c M simulators/simyaesu.c M src/register.c Log Message: ----------- Merge GitHub PR #1824 Compare: https://github.com/Hamlib/Hamlib/compare/a9ecd503294b...989623ec511e To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |