Markus Volk 7c5f7573e6 helpers.cpp: fix narrowing conversion
switch expression is 'int', but f_type gets stored as 'long unsigned int' on 32-bit machines since it may not fit otherwise. Recent compilers diagnose this and bail out with:

../../../git/src/system/helpers.cpp:330:9: error: narrowing conversion of '2240043254' from 'long unsigned int' to 'int' [-Wnarrowing]

casting the switch expression to long unsigned int seems to be the solution.

in short: this fixes the build for 32-bit machines with gcc ≥ 10.x

Signed-off-by: Markus Volk <f_l_k@t-online.de>
2020-08-05 05:33:57 +02:00
2020-08-02 21:30:51 +02:00
2020-08-05 05:33:57 +02:00
2019-04-18 17:05:37 +02:00
2018-11-01 17:46:39 +01:00
2020-08-02 21:30:38 +02:00
2019-04-27 20:47:22 +02:00
2009-12-08 11:05:11 +00:00
2009-12-08 11:18:17 +00:00
2016-02-16 10:16:15 +03:00

Neutrino-HD ツ

Description
A fast and beautiful graphical user interface for set-top boxes ツ
Readme 45 MiB
Languages
C++ 85.3%
C 12.3%
M4 0.6%
Makefile 0.6%
JavaScript 0.4%
Other 0.7%