1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11

This commit is contained in:
Klaus Schmidinger 2015-01-20 14:56:18 +01:00
parent 53db7fdc50
commit 24c9e45789
5 changed files with 14 additions and 11 deletions

View File

@ -2969,6 +2969,7 @@ Dominik Strasser <dominik@die-strassers.de>
Joerg Bornkessel <hd_brummy@gentoo.org> Joerg Bornkessel <hd_brummy@gentoo.org>
for adding LDFLAGS to the linker calls in the Makefiles for adding LDFLAGS to the linker calls in the Makefiles
for fixing font handling with fontconfig 2.9.0 or newer for fixing font handling with fontconfig 2.9.0 or newer
for fixing "warning: invalid suffix on literal" with GCC 4.8 and C++11
Andreas Oberritter <obi@opendreambox.org> Andreas Oberritter <obi@opendreambox.org>
for suggesting to retrieve the include path to the freetype2 header files for suggesting to retrieve the include path to the freetype2 header files

View File

@ -8417,3 +8417,5 @@ Video Disk Recorder Revision History
2015-01-20: Version 2.1.8 2015-01-20: Version 2.1.8
- Updated the Italian OSD texts (thanks to Diego Pierotto). - Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11 (thanks to Joerg
Bornkessel).

View File

@ -7,7 +7,7 @@
* Original author: Marco Schluessler <marco@lordzodiac.de> * Original author: Marco Schluessler <marco@lordzodiac.de>
* With some input from the "subtitles plugin" by Pekka Virtanen <pekka.virtanen@sci.fi> * With some input from the "subtitles plugin" by Pekka Virtanen <pekka.virtanen@sci.fi>
* *
* $Id: dvbsubtitle.c 3.9 2015/01/14 11:31:09 kls Exp $ * $Id: dvbsubtitle.c 3.10 2015/01/20 14:53:57 kls Exp $
*/ */
#include "dvbsubtitle.h" #include "dvbsubtitle.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: recording.c 3.21 2015/01/17 14:52:28 kls Exp $ * $Id: recording.c 3.22 2015/01/20 14:53:57 kls Exp $
*/ */
#include "recording.h" #include "recording.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: remote.c 3.2 2014/02/15 12:40:39 kls Exp $ * $Id: remote.c 3.3 2015/01/20 14:53:57 kls Exp $
*/ */
#include "remote.h" #include "remote.h"