mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
neutrino: fix compiler warning in frontend.cpp
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1818 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 07b82eefce
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-05 (Sat, 05 Nov 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -594,7 +594,9 @@ bool CFrontend::buildProperties(const struct dvb_frontend_parameters *feparams,
|
||||
return 0;
|
||||
}
|
||||
|
||||
switch (fec_inner) {
|
||||
/* cast to int is ncesessary because many of the FEC_S2 values are not
|
||||
* properly defined in the enum, thus the compiler complains... :-( */
|
||||
switch ((int)fec_inner) {
|
||||
case FEC_1_2:
|
||||
case FEC_S2_QPSK_1_2:
|
||||
case FEC_S2_8PSK_1_2:
|
||||
|
Reference in New Issue
Block a user