Hamlib/src
Nate Bargmann 0fa8a5656c Quell warning from MinGW on setting CM108 pttbitnum
MinGW was issuing the following warning:

  CC     rig.lo
rig.c: In function 'rig_init':
rig.c:330:36: warning: assignment makes integer from pointer without a cast [enabled by default]
  rs->rigport.parm.cm108.ptt_bitnum = DEFAULT_CM108_PTT_BITNUM;
                                    ^

The constant DEFAULT_CM108_PTT_BITNUM was being defined as a string on
non-linux platforms.  Now defined to an integer on these platforms.  The
actual value may need to be corrected at some point in the future when
CM108 support is completed for those platforms.
2014-02-16 07:33:42 -06:00
..
Android.mk Android build updates for monolithic build 2013-09-19 07:25:08 -05:00
Makefile.am Clean up build system, fix test programs 2013-12-10 20:14:22 -06:00
cal.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
cal.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
cm108.c Quell variable set but not used warning. 2012-01-12 15:44:29 -06:00
cm108.h Initial support for CM108 GPIO contorl of PTT 2012-01-11 06:16:51 -06:00
conf.c CM108 GPIO PTT: do not break ABI 2012-01-11 23:28:01 +01:00
debug.c Add Android build support 2013-04-26 22:31:56 -05:00
event.c configure.ac: Quell autoconf obsolete warnings 2012-09-25 22:29:30 -05:00
event.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
ext.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
idx_builtin.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
iofunc.c Initial support for CM108 GPIO contorl of PTT 2012-01-11 06:16:51 -06:00
iofunc.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
locator.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
mem.c Fix spelling errors 2012-08-21 19:54:50 -07:00
misc.c Revert to previous handling of getaddrinfo() 2013-09-15 19:47:49 -05:00
misc.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
network.c Fix W2k 'freeaddrinfo' error 2013-05-18 07:31:40 -05:00
network.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
par_nt.h Win32 parallel port support, borrowed from libieee1284 2003-08-25 22:32:32 +00:00
parallel.c Quell compiler warnings on Cygwin 2013-05-09 22:06:39 -05:00
parallel.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
register.c Fix conditional build of winradio backend 2013-09-22 20:45:49 -05:00
register.h Monolitic libraries. 2013-09-08 14:56:28 +01:00
rig.c Quell warning from MinGW on setting CM108 pttbitnum 2014-02-16 07:33:42 -06:00
rot_conf.c Remove set but unused variable errors in src. 2011-08-25 10:42:00 -05:00
rot_conf.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
rot_reg.c Remove remaining references to rpc 2013-09-19 15:24:52 -05:00
rotator.c Assure NULL terminated strings in src files. 2012-01-07 20:50:34 -06:00
serial.c serial: round up VTIME 2013-05-07 07:59:49 +02:00
serial.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
settings.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
token.h Initial support for CM108 GPIO contorl of PTT 2012-01-11 06:16:51 -06:00
tones.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
tones.h Monolitic libraries. 2013-09-08 14:56:28 +01:00
usb_port.c Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
usb_port.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00