From e3c5fb72ac51366a6dd810b829e2f0abcc54bfe7 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Tue, 13 Apr 2010 18:16:20 +0200 Subject: fixed some compiler warnings --- switchtimer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'switchtimer.c') diff --git a/switchtimer.c b/switchtimer.c index 5f2135b..12ae04d 100644 --- a/switchtimer.c +++ b/switchtimer.c @@ -95,6 +95,8 @@ bool cSwitchTimer::Parse(const char *s) case 6: unmute = atoi(value); break; + default: + break; } //switch } parameter++; -- cgit v1.2.3