libnfc/libnfc/buses
Philippe Teuwen 70048a0b2c uart.c: check return of read()
Fix warning
uart.c:146:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]

Also reported by Coverity:
CID undefined (#1 of 1): Ignoring number of bytes read (CHECKED_RETURN)
  check_return: "read(int, void *, size_t)" returns the number of bytes read, but it is ignored.
2013-09-22 02:06:58 +02:00
..
empty.c Fix warning "empty.c:1:0: warning: ISO C forbids an empty translation unit [-pedantic]" 2013-08-29 22:37:23 +02:00
i2c.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
i2c.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
Makefile.am libnfcbuses.la use at least an empty source file 2013-08-29 18:55:55 +02:00
spi.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
spi.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
uart.c uart.c: check return of read() 2013-09-22 02:06:58 +02:00
uart.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
usbbus.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
usbbus.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00