Re: [Hamlib-developer] [Hamlib/Hamlib] 4aff00: Fix TS-2000 flicker during RFPOWER request -- only..
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Black M. <mdb...@ya...> - 2024-08-17 22:16:42
|
Should be more better now.... Mike W9MDB On Saturday, August 17, 2024 at 11:41:55 AM CDT, George Baltz <geo...@gm...> wrote: This causes compiler warning: CC kenwood.lo ../../../rigs/kenwood/kenwood.c: In function 'kenwood_set_level': ../../../rigs/kenwood/kenwood.c:3326:12: warning: 'retval' may be used uninitialized [-Wmaybe-uninitialized] 3326 | if (retval != RIG_OK) { RETURNFUNC(retval); } | ^ ../../../rigs/kenwood/kenwood.c:3310:13: note: 'retval' was declared here 3310 | int retval; | ^~~~~~ And c'mon - a static state variable in a multi-threaded, multi-rig program?!? On 8/15/24 6:15 PM, Michael Black via Hamlib-developer wrote: Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 4aff005665d22f0bea3293ede7f6bd08b8c24dca https://github.com/Hamlib/Hamlib/commit/4aff005665d22f0bea3293ede7f6bd08b8c24dca Author: Mike Black W9MDB <mdb...@ya...> Date: 2024-08-15 (Thu, 15 Aug 2024) Changed paths: M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h Log Message: ----------- Fix TS-2000 flicker during RFPOWER request -- only check min/max when mode changes https://github.com/Hamlib/Hamlib/issues/1595 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer |