summaryrefslogtreecommitdiff
path: root/epgsearchext.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchext.c')
-rw-r--r--epgsearchext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epgsearchext.c b/epgsearchext.c
index 1ea01ae..0df32ab 100644
--- a/epgsearchext.c
+++ b/epgsearchext.c
@@ -602,6 +602,8 @@ bool cSearchExt::Parse(const char *s)
case 52:
compareSummaryMatchInPercent = atoi(value);
break;
+ default:
+ break;
} //switch
}
parameter++;
@@ -814,6 +816,8 @@ bool cSearchExt::ParseExtEPGEntry(const char *s)
}
}
break;
+ default:
+ break;
} //switch
}
parameter++;