diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-23 09:10:35 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-23 09:10:35 +0200 |
commit | 606e22abcf8b9f3c3d63ccc8ccf8ae4020c6ffd3 (patch) | |
tree | e067c99ea946ba4877e12e3939c7fe6433d94f6f /src/DabMux.cpp | |
parent | 262a43fc5dcc04731a8951ee44555f582f7e8106 (diff) | |
download | dabmux-606e22abcf8b9f3c3d63ccc8ccf8ae4020c6ffd3.tar.gz dabmux-606e22abcf8b9f3c3d63ccc8ccf8ae4020c6ffd3.tar.bz2 dabmux-606e22abcf8b9f3c3d63ccc8ccf8ae4020c6ffd3.zip |
Enable and take care of some warnings
Diffstat (limited to 'src/DabMux.cpp')
-rw-r--r-- | src/DabMux.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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"); |