Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in gcc6+

This commit is contained in:
Klaus Schmidinger
2017-01-09 15:21:13 +01:00
parent 6773ab35d2
commit 6121095a30
6 changed files with 18 additions and 15 deletions

View File

@@ -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).