From 7f455719eb619a34ce74cc08711bdabc4f129eaa Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 2 Sep 2015 17:51:21 +0200 Subject: Adds much needed verbose flags to the compiler and corrects the issues they pointed out. --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index ebfe065..9eb3433 100644 --- a/src/main.c +++ b/src/main.c @@ -12,7 +12,7 @@ static int RELABSD_RUN = 1; -static void interrupt (int signal_id) +static void interrupt (int unused_mandatory_parameter) { RELABSD_RUN = 0; @@ -58,7 +58,7 @@ static void convert_input const struct relabsd_device * const dev ) { - unsigned int input_type, input_code, abs_code; + unsigned int input_type, input_code; int value; while (RELABSD_RUN == 1) -- cgit v1.2.3-70-g09d2