summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-20 14:56:18 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-20 14:56:18 +0100
commit24c9e457890fc3d733dbd28029967b1bc0d2569e (patch)
treeee163a7f5edffaba88b263b8fbcff9e76a878ca0 /HISTORY
parent53db7fdc508720950d3f76958e99bd42de87c97b (diff)
downloadvdr-24c9e457890fc3d733dbd28029967b1bc0d2569e.tar.gz
vdr-24c9e457890fc3d733dbd28029967b1bc0d2569e.tar.bz2
Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8adc65ca..493ec703 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8417,3 +8417,5 @@ Video Disk Recorder Revision History
2015-01-20: Version 2.1.8
- 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).