libnfc/libnfc
Philippe Teuwen 4a91859150 Fix unharmful warning
Commit 54729fb458 removed some dead code spotted by Coverity
but it had as effect to trigger a gcc warning, which prefers to see all enum in a switch rather than dead code:

pn53x.c: In function 'pn53x_InJumpForDEP':
pn53x.c:2552:5: warning: enumeration value 'NBR_UNDEFINED' not handled in switch [-Wswitch]
pn53x.c:2552:5: warning: enumeration value 'NBR_847' not handled in switch [-Wswitch]

So both switches were merged, which slightly optimizes the code for speed.
2013-09-22 12:02:31 +02:00
..
buses uart.c: check return of read() 2013-09-22 02:06:58 +02:00
chips Fix unharmful warning 2013-09-22 12:02:31 +02:00
drivers pn53x_usb driver: verify return of pn53x_build_frame() 2013-09-22 03:31:50 +02:00
additional-pages.dox Various typos 2013-01-31 21:58:29 +01:00
CMakeLists.txt I2C: add i2c support to CMake 2013-06-15 00:41:20 +02:00
conf.c Fix strcpy into fixed size buffer in conf.c 2013-09-22 01:57:58 +02:00
conf.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
drivers.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
iso7816.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
iso14443-subr.c Adding iso14443b_crc_append() 2013-08-19 14:55:27 +02:00
log-internal.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
log-internal.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
log.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
log.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
Makefile.am Prepare 1.7.0 version 2013-09-03 16:42:46 +02:00
mirror-subr.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
mirror-subr.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
nfc-device.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
nfc-emulation.c Remove dead code 2013-09-22 03:13:09 +02:00
nfc-internal.c Fix unbounded source buffer 2013-09-19 23:48:44 +02:00
nfc-internal.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
nfc.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
target-subr.c Fix warning about out-of-bound read 2013-09-19 23:08:06 +02:00
target-subr.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00