summaryrefslogtreecommitdiff
path: root/epgsearchext.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2010-04-13 18:16:20 +0200
committerChristian Wieninger <cwieninger@gmx.de>2010-04-13 18:16:20 +0200
commite3c5fb72ac51366a6dd810b829e2f0abcc54bfe7 (patch)
tree0a97024ed2d7b322b962a8fee68685fd7649b4ac /epgsearchext.c
parent15d0a516053e5e727572adc8e8b24611ead31f83 (diff)
downloadvdr-plugin-epgsearch-e3c5fb72ac51366a6dd810b829e2f0abcc54bfe7.tar.gz
vdr-plugin-epgsearch-e3c5fb72ac51366a6dd810b829e2f0abcc54bfe7.tar.bz2
fixed some compiler warnings
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++;