Skip to content
Failed

Changes

Summary

  1. ccid_host: fix read_timeout defined but not used (details)
  2. ccid_host: remove unused _set_dtr (details)
  3. ccid_host: use -std=gnu99 (details)
Commit 354b69de197b8e2d3e1cd6db7614f35438c81d87 by Oliver Smith
ccid_host: fix read_timeout defined but not used

Comment out the read_timeout fuction, as it is only used in already
commented out code. Fix for:

cuart_driver_tty.c:90:12: warning: 'read_timeout' defined but not used [-Wunused-function]
   90 | static int read_timeout(int fd, uint8_t *out, size_t len, unsigned long timeout_ms)

Change-Id: I49fc59ebaa4abc3e9b8838e1b427f4455acdb390
The file was modifiedccid_host/cuart_driver_tty.c
Commit 7713ac68b5e6a5cdaea56d90dff377337e95070e by Oliver Smith
ccid_host: remove unused _set_dtr

Fix for:

cuart_driver_tty.c:62:13: warning: '_set_dtr' defined but not used [-Wunused-function]
   62 | static void _set_dtr(int fd, bool dtr)

Change-Id: I43b08a584891e94b9cfab095834e499dd5914b4f
The file was modifiedccid_host/cuart_driver_tty.c
Commit fc38b077fd34ee32056a256029b1751317076445 by Oliver Smith
ccid_host: use -std=gnu99

Change-Id: Ie842a27a68b06528b78b911e366f50ab900ebaa8
The file was modifiedccid_host/Makefile