hamlib/src
Nate Bargmann ac540c82cc Quell gcc 8.2.0 warning of possible truncation
On Debian Buster gcc ((Debian 8.2.0-8) 8.2.0) was throwing the following
warning:

  CC       network.lo
../../hamlib/src/network.c: In function ‘network_open’:
../../hamlib/src/network.c:245:46: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size 139 [-Wformat-truncation=]
         snprintf(msg,sizeof(msg),"connect to %s failed, (trying next interface)",rp->pathname);
                                              ^~
../../hamlib/src/network.c:245:9: note: ‘snprintf’ output between 44 and 555 bytes into a destination of size 150
         snprintf(msg,sizeof(msg),"connect to %s failed, (trying next interface)",rp->pathname);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Raising the size of the msg buffer to 1024 quelled the warning.
2018-10-25 16:58:51 -05:00
..
Android.mk Android build updates for monolithic build 2013-09-19 07:25:08 -05:00
cal.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
cal.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
cm108.c Ass support for CM108AH chipsets 2018-09-08 21:57:25 +02:00
cm108.h Reformatted src directory 2017-08-09 06:14:31 -05:00
conf.c Add GPIO and GPION options for DCD. 2018-03-29 23:55:25 +02:00
debug.c Reverse bad patch for Android 2018-04-15 16:10:27 -05:00
event.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
event.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
ext.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
gpio.c GPIO working after debugging 2018-06-30 16:09:56 +02:00
gpio.h Add GPIO and GPION options for DCD. 2018-03-29 23:55:25 +02:00
idx_builtin.h Reformatted src directory 2017-08-09 06:14:31 -05:00
iofunc.c Ensure read_string value is terminated 2018-10-25 08:37:59 -05:00
iofunc.h Reformatted src directory 2017-08-09 06:14:31 -05:00
locator.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
Makefile.am Microham support. Use "uh-rig" for rig_pathname to talk to the 2017-09-10 19:56:59 -05:00
mem.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
microham.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
microham.h Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
misc.c TM-D710: Rewrite the whole backend, since most of it was not working anyway. TM-D710 protocol is significantly different from TM-D700 or the TH handheld ones. Most features work, but the control protocol is quite limited: for example, it is not possible to change the selected frequency band of a VFO. Additionally, selecting MEM VFO uses the previously selected band (VFOA/VFOB), since there are no separate MEM VFO definitions for A/B bands. Added FMN mode to string constants, so that it can be used with the set_mode command. 2018-03-15 09:33:01 +02:00
misc.h Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
network.c Quell gcc 8.2.0 warning of possible truncation 2018-10-25 16:58:51 -05:00
network.h Clears potential garbage data in read buffer prior to command being sent 2017-01-25 20:45:24 -06:00
par_nt.h Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
parallel.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
parallel.h Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
register.c Update build system for ELAD backend 2018-08-21 06:07:09 -05:00
register.h Reformatted src directory 2017-08-09 06:14:31 -05:00
rig.c Add GPIO and GPION options for DCD. 2018-03-29 23:55:25 +02:00
rot_conf.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
rot_conf.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
rot_reg.c Added Meade LX200 Protocol to Rotors 2018-07-17 08:57:05 -05:00
rotator.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
serial.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
serial.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00
settings.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
token.h Reformatted src directory 2017-08-09 06:14:31 -05:00
tones.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
tones.h Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
usb_port.c Formatted src/ to final coding guidelines 2017-10-04 21:32:08 -05:00
usb_port.h Update LGPL header in src source files. 2011-08-22 21:38:37 -05:00