libsigrok/src/scpi
Daniel Elstner 6433156c32 Fix log varargs bugs indicated by -Wformat
A few of these were pretty serious, like missing arguments,
passing integers where a string was expected, and so on.
In some places, change the types used by the code rather than
just the format strings.
2015-09-13 02:29:38 +02:00
..
helpers.c portability: Use g_ascii_strcasecmp() in favor of strcasecmp(). 2015-09-09 15:20:10 +02:00
scpi.c Fix log varargs bugs indicated by -Wformat 2015-09-13 02:29:38 +02:00
scpi_libgpib.c scpi: Move SCPI-related definitions to separate header file. 2015-08-25 19:13:16 +02:00
scpi_serial.c scpi: Fix incorrect serial_read_nonblocking call(). 2015-09-07 22:49:58 +02:00
scpi_tcp.c Fix log varargs bugs indicated by -Wformat 2015-09-13 02:29:38 +02:00
scpi_usbtmc_libusb.c scpi/usbtmc: Use sr_usb_close(). 2015-08-25 19:13:17 +02:00
scpi_visa.c scpi: Move SCPI-related definitions to separate header file. 2015-08-25 19:13:16 +02:00
scpi_vxi.c Fix log varargs bugs indicated by -Wformat 2015-09-13 02:29:38 +02:00
vxi.h Don't set _POSIX_C_SOURCE for VXI/RPC related files. 2015-08-29 17:15:26 +02:00
vxi.x Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi_clnt.c Don't set _POSIX_C_SOURCE for VXI/RPC related files. 2015-08-29 17:15:26 +02:00
vxi_xdr.c Reorganize project tree. 2014-07-22 18:19:29 +02:00