Fix a bunch of warnings.
This commit is contained in:
parent
2256d5d3dc
commit
e9b2f5729c
5 changed files with 7 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ static bool init_mfc_auth = false;
|
|||
static void
|
||||
intr_hdlr (int sig)
|
||||
{
|
||||
(void) sig;
|
||||
printf ("\nQuitting...\n");
|
||||
if (pnd != NULL) {
|
||||
nfc_close(pnd);
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ uint8_t abtSak[9] = { 0x08, 0xb6, 0xdd };
|
|||
static void
|
||||
intr_hdlr (int sig)
|
||||
{
|
||||
(void) sig;
|
||||
if (pnd != NULL) {
|
||||
printf ("\nAborting current command...\n");
|
||||
nfc_abort_command (pnd);
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ static bool quitting = false;
|
|||
static void
|
||||
intr_hdlr (int sig)
|
||||
{
|
||||
(void) sig;
|
||||
printf ("\nQuitting...\n");
|
||||
quitting = true;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue