Actions
Bug #1471
closedbuild error caused by commit 9c2cb6e00a line 63
Bug #1471:
build error caused by commit 9c2cb6e00a line 63
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-12-25
Due date:
% Done:
100%
Estimated time:
Found in version:
feature/timeshift
Affected Versions:
Description
line 63 (timeshift_max_size = 10000 * 1048576LL; // 10G) causes a build error:
/usr/src/tvheadend/src/timeshift.c: In function ‘timeshift_init’:
/usr/src/tvheadend/src/timeshift.c:63:3: error: large integer implicitly truncated to unsigned type [-Werror=overflow]
cc1: all warnings being treated as errors
make: *** [build.linux/src/timeshift.o] Fout 1
When I just delete this line it will build ok
Actions