From 6121095a300bb5cd8731aefb74bc7b26315ce985 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 9 Jan 2017 15:21:13 +0100 Subject: Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in gcc6+ --- HISTORY | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 0cb88d6c..8e32be5b 100644 --- a/HISTORY +++ b/HISTORY @@ -8898,3 +8898,5 @@ Video Disk Recorder Revision History now only triggered if there acually is more than one CAM in the system. - Fixed updating the elapsed/remaining time in the progress display during fast forward/rewind. +- Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in + gcc6+ (reported by Derek Kelly). -- cgit v1.2.3