| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-02 17:51:21 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-02 17:51:21 +0200 | 
| commit | 7f455719eb619a34ce74cc08711bdabc4f129eaa (patch) | |
| tree | b22fc4ae20fded60ebb04bb64d11dc71a0b43f76 /src/main.c | |
| parent | f3d9a8e93134574c50dfea2147628468d6770f04 (diff) | |
Adds much needed verbose flags to the compiler and corrects the issues they pointed out.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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) | 


