hamlib/rigs/simplecat
Nate Bargmann fdb413ebdb
Quell warning from MinGW; update NEWS for simplecat
MinGW generated the following warning:

Making install in rigs/simplecat
  CC       simplecat.lo
simplecat.c: In function 'simplecat_transaction':
simplecat.c:94:17: warning: the comparison will always evaluate as 'true' for the address of 'state' will never be NULL [-Waddress]
   94 |     if (!rig || !STATE(rig))
      |                 ^
In file included from simplecat.c:27:
../../include/hamlib/rig.h:2672:22: note: 'state' declared here
 2672 |     struct rig_state state;         /*!< Rig state */
      |                      ^~~~~
  CCLD     libhamlib-simplecat.la

This warning is due to the changes to the state structure in Hamlib 5+.
2026-03-26 08:09:40 -05:00
..
Android.mk Add support for rigs using the 'Simple CAT' protocol 2026-03-26 07:25:09 -05:00
Makefile.am Add support for rigs using the 'Simple CAT' protocol 2026-03-26 07:25:09 -05:00
SIMPLE_CAT_PROTOCOL.md Add support for rigs using the 'Simple CAT' protocol 2026-03-26 07:25:09 -05:00
simplecat.c Quell warning from MinGW; update NEWS for simplecat 2026-03-26 08:09:40 -05:00
simplecat.h Add support for rigs using the 'Simple CAT' protocol 2026-03-26 07:25:09 -05:00