summaryrefslogtreecommitdiff
path: root/blacklist.c
diff options
context:
space:
mode:
Diffstat (limited to 'blacklist.c')
-rw-r--r--blacklist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/blacklist.c b/blacklist.c
index dd8615b..7d10275 100644
--- a/blacklist.c
+++ b/blacklist.c
@@ -379,6 +379,8 @@ bool cBlacklist::Parse(const char *s)
break;
case 21: ignoreMissingEPGCats = atoi(value);
break;
+ default:
+ break;
} //switch
}
parameter++;
@@ -478,6 +480,8 @@ bool cBlacklist::ParseExtEPGEntry(const char *s)
}
}
break;
+ default:
+ break;
} //switch
}
parameter++;