diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-20 14:56:18 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-20 14:56:18 +0100 |
commit | 24c9e457890fc3d733dbd28029967b1bc0d2569e (patch) | |
tree | ee163a7f5edffaba88b263b8fbcff9e76a878ca0 /CONTRIBUTORS | |
parent | 53db7fdc508720950d3f76958e99bd42de87c97b (diff) | |
download | vdr-24c9e457890fc3d733dbd28029967b1bc0d2569e.tar.gz vdr-24c9e457890fc3d733dbd28029967b1bc0d2569e.tar.bz2 |
Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 988a80f4..926bdd1a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2969,6 +2969,7 @@ Dominik Strasser <dominik@die-strassers.de> Joerg Bornkessel <hd_brummy@gentoo.org> for adding LDFLAGS to the linker calls in the Makefiles 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> for suggesting to retrieve the include path to the freetype2 header files |