Fixed some compiler warnings under gcc version 4.7.1

This commit is contained in:
Klaus Schmidinger
2012-10-07 11:13:18 +02:00
parent 86fc7ba77c
commit 9f832ef482
4 changed files with 21 additions and 8 deletions

View File

@@ -7272,7 +7272,7 @@ Video Disk Recorder Revision History
".keep" to prevent a directory from being deleted when it is empty. Currently the
only file name that is ignored is ".sort".
2012-10-04: Version 1.7.32
2012-10-07: Version 1.7.32
- Pressing the Play key during normal live viewing mode now opens the Recordings menu
if there is no "last viewed" recording (thanks to Alexander Wenzel).
@@ -7288,3 +7288,4 @@ Video Disk Recorder Revision History
- Changed DTV_DVBT2_PLP_ID to DTV_STREAM_ID in dvbdevice.c to adapt to an incompatible
change in DVB API 5.8 (reported by Derek Kelly).
Removed the meanwhile obsolete definition of FE_CAN_TURBO_FEC.
- Fixed some compiler warnings under gcc version 4.7.1.