]> sigrok.org Git - libsigrok.git/commit - src/hardware/rigol-ds/protocol.c
Fix log varargs bugs indicated by -Wformat
authorDaniel Elstner <redacted>
Sun, 13 Sep 2015 00:29:38 +0000 (02:29 +0200)
committerDaniel Elstner <redacted>
Sun, 13 Sep 2015 00:29:38 +0000 (02:29 +0200)
commit6433156c3275df933e4bf6dcfb020c91fca0ae86
tree0be957a5f5ba5e1a57555ae37a8bf2f01a65d7a2
parent6d9da8efbf1429301922eb7ab1551866362544ab
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.
25 files changed:
src/dmm/fs9922.c
src/dmm/vc870.c
src/hardware/baylibre-acme/api.c
src/hardware/baylibre-acme/gpio.c
src/hardware/baylibre-acme/protocol.c
src/hardware/brymen-bm86x/protocol.c
src/hardware/brymen-dmm/protocol.c
src/hardware/fx2lafw/dslogic.c
src/hardware/gmc-mh-1x-2x/protocol.c
src/hardware/hantek-dso/api.c
src/hardware/hung-chang-dso-2100/protocol.c
src/hardware/motech-lps-30x/protocol.c
src/hardware/pipistrello-ols/api.c
src/hardware/pipistrello-ols/protocol.c
src/hardware/rigol-ds/protocol.c
src/hardware/saleae-logic16/protocol.c
src/hwdriver.c
src/input/csv.c
src/input/input.c
src/output/output.c
src/scpi/scpi.c
src/scpi/scpi_tcp.c
src/scpi/scpi_vxi.c
src/serial.c
src/transform/transform.c