Files
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
..
2013-09-22 02:06:58 +02:00
2013-09-22 12:02:31 +02:00
2013-01-31 21:58:29 +01:00
2013-06-15 00:41:20 +02:00
2013-08-19 14:55:27 +02:00
2013-09-03 16:42:46 +02:00
2013-09-22 03:13:09 +02:00
2013-09-19 23:48:44 +02:00