diff options
Diffstat (limited to 'switchtimer.c')
-rw-r--r-- | switchtimer.c | 2 |
1 files changed, 2 insertions, 0 deletions
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++; |