From 606e22abcf8b9f3c3d63ccc8ccf8ae4020c6ffd3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 23 Apr 2015 09:10:35 +0200 Subject: Enable and take care of some warnings --- src/DabMux.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/DabMux.cpp') diff --git a/src/DabMux.cpp b/src/DabMux.cpp index 8ef30ba..7f946d5 100644 --- a/src/DabMux.cpp +++ b/src/DabMux.cpp @@ -1179,6 +1179,7 @@ int main(int argc, char *argv[]) packet_description->PS = ((curCpnt == 0) ? 1 : 0); packet_description->CA_flag = 0; break; + case Fidc: default: etiLog.log(error, "Component type not supported\n"); @@ -1296,6 +1297,7 @@ int main(int argc, char *argv[]) packet_description->PS = ((curCpnt == 0) ? 1 : 0); packet_description->CA_flag = 0; break; + case Fidc: default: etiLog.log(error, "Component type not supported\n"); -- cgit v1.2.3