Project

General

Profile

Actions

Bug #1471

closed

build error caused by commit 9c2cb6e00a line 63

Added by bas t over 12 years ago. Updated over 12 years ago.

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

Also available in: Atom PDF