summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/timer.c
diff options
context:
space:
mode:
authorHarald Welte2010-03-07 13:44:52 +0100
committerHarald Welte2010-03-07 13:44:52 +0100
commita4bb938b397cb176ce70bf3db5c53c52598b78d1 (patch)
treee1e1116142147cfaaf1f8baeb467bc19ef474241 /src/target/firmware/calypso/timer.c
parentfix compiler warnings (diff)
downloadosmocom-a4bb938b397cb176ce70bf3db5c53c52598b78d1.tar.gz
osmocom-a4bb938b397cb176ce70bf3db5c53c52598b78d1.tar.xz
osmocom-a4bb938b397cb176ce70bf3db5c53c52598b78d1.zip
fix even more compiler warnings
Diffstat (limited to 'src/target/firmware/calypso/timer.c')
-rw-r--r--src/target/firmware/calypso/timer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/target/firmware/calypso/timer.c b/src/target/firmware/calypso/timer.c
index 050c7c9..916839d 100644
--- a/src/target/firmware/calypso/timer.c
+++ b/src/target/firmware/calypso/timer.c
@@ -24,6 +24,8 @@
#include <memory.h>
#include <stdint.h>
+#include <defines.h>
+
#include <calypso/timer.h>
#include <calypso/irq.h>
@@ -107,7 +109,7 @@ enum wdog_reg {
WD_MODE = 0x04,
};
-static void wdog_irq(enum irq_nr nr)
+static void wdog_irq(__unused enum irq_nr nr)
{
puts("=> WATCHDOG\n");
}