frontend.cpp: Fix build against linux-libc-headers 6.4+
./../git/lib/dvb/frontend.cpp: In member function 'std::string eDVBFrontend::getCapabilities()':
| ../../git/lib/dvb/frontend.cpp:3222:24: error: enumeration value 'SYS_DVBC2' not handled in switch [-Werror=switch]
| 3222 |...
pmtparse.cpp: Fix build with gcc 11+
../../git/lib/dvb/pmtparse.cpp:538:25: error: loop variable 'it' creates a copy from type 'const eDVBPMTParser::program::capid_pair'
[-Werror=range-loop-construct]
| 538 | for (const auto it : program.caids)
| | ^~...
[InfoBarGenerics] delete legacy resume point code
If this is needed anywhere it can be handled in that code, but enigma does not require it
Continue reading...
Makefile.am: Define PY_SSIZE_T_CLEAN macro
PY_SSIZE_T_CLEAN macro must be defined to call Py_parsetuple() with '#" format, to avoid 'SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats'.
Which leads in turn to 'TypeError: 1st arg must be a string, optionaly 2nd arg can be the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.