[Hamlib-developer] [Hamlib/Hamlib] 09a3d9: fix(tests): avoid duplicate parser state definitions
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: dforsi <no...@gi...> - 2026-09-12 21:00:32
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 09a3d90c263dec259f82f9301654a5be38a73d5c https://github.com/Hamlib/Hamlib/commit/09a3d90c263dec259f82f9301654a5be38a73d5c Author: David Christle <dch...@us...> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M tests/testctlparser.c Log Message: ----------- fix(tests): avoid duplicate parser state definitions Use the core-owned lock_mode and rig_powerstat variables instead of defining duplicate storage. This avoids GCC's -fcommon duplicate-definition failure in testctlparser. Commit: 06668d67590b9e9a889537eb31d25cfc94209f93 https://github.com/Hamlib/Hamlib/commit/06668d67590b9e9a889537eb31d25cfc94209f93 Author: dforsi <iu...@gm...> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M tests/testctlparser.c Log Message: ----------- Merge pull request #2204 from dchristle/fix/testctlparser-duplicate-symbol fix(tests): avoid duplicate parser state definitions Compare: https://github.com/Hamlib/Hamlib/compare/ea3003f7f536...06668d67590b To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |