[Hamlib-developer] [Hamlib/Hamlib] 20b92e: Remove dead code
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-06-06 02:47:21
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 20b92ea1157af1ce97c28c3e71ec7d5eedd7c0ad https://github.com/Hamlib/Hamlib/commit/20b92ea1157af1ce97c28c3e71ec7d5eedd7c0ad Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-04-21 (Mon, 21 Apr 2025) Changed paths: M tests/ampctl.c M tests/ampctld.c M tests/rigctl.c M tests/rigctlcom.c M tests/rigctld.c M tests/rigctlsync.c M tests/rigctltcp.c M tests/rigmem.c M tests/rigsmtr.c M tests/rigswr.c M tests/rotctl.c M tests/rotctld.c Log Message: ----------- Remove dead code The code removed could never be executed because getopt()/getopt_long() detect a missing argument only if it is at the end of the command line and return '?' which is handled by the default case of the switch which prints an error message to stderr. Commit: c92fee947abdd74b1043ce46514694ca521d6272 https://github.com/Hamlib/Hamlib/commit/c92fee947abdd74b1043ce46514694ca521d6272 Author: Nate Bargmann <n0...@n0...> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M tests/ampctl.c M tests/ampctld.c M tests/rigctl.c M tests/rigctlcom.c M tests/rigctld.c M tests/rigctlsync.c M tests/rigctltcp.c M tests/rigmem.c M tests/rigsmtr.c M tests/rigswr.c M tests/rotctl.c M tests/rotctld.c Log Message: ----------- Merge GitHub PR #1709 Compare: https://github.com/Hamlib/Hamlib/compare/735e1810dff3...c92fee947abd To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |