mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-25 13:11:49 +00:00
Fix a bunch of warnings.
This commit is contained in:
@@ -63,6 +63,7 @@ static bool quitting = false;
|
||||
static void
|
||||
intr_hdlr (int sig)
|
||||
{
|
||||
(void) sig;
|
||||
printf ("\nQuitting...\n");
|
||||
quitting = true;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user