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

@@ -2850,6 +2850,7 @@ Derek Kelly <user.vdr@gmail.com>
for suggesting to add ARGSDIR to the ONEDIR section of Make.config.template
for suggesting to change the naming of "binary skip mode" to "adaptive skip mode"
for suggesting to make the -u option also accept a numerical user id
for reporting a problem with abs() in gcc6+ when called with an unsigned variable
Marcel Unbehaun <frostworks@gmx.de>
for adding cRecordingInfo::GetEvent()