[Hamlib-developer] [Hamlib/Hamlib] f25617: 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:21:24
|
Branch: refs/heads/Hamlib-4.7 Home: https://github.com/Hamlib/Hamlib Commit: f25617b5bc12498dbaee7bd1cca0cf89de10867f https://github.com/Hamlib/Hamlib/commit/f25617b5bc12498dbaee7bd1cca0cf89de10867f Author: David Christle <dch...@us...> Date: 2026-09-12 (Sat, 12 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. (cherry picked from commit 09a3d90c263dec259f82f9301654a5be38a73d5c) Commit: b08b13282345dd1931ab1917e138c65de410d77b https://github.com/Hamlib/Hamlib/commit/b08b13282345dd1931ab1917e138c65de410d77b Author: dforsi <iu...@gm...> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M tests/testctlparser.c Log Message: ----------- Merge pull request #2210 from dforsi/Hamlib-4.7 fix(tests): avoid duplicate parser state definitions Compare: https://github.com/Hamlib/Hamlib/compare/48b6f19c3b88...b08b13282345 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |