summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-02-08 14:21:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-02-08 14:21:47 +0100
commita30563634d6184145f1b1529ca4502fd49e8e0e9 (patch)
tree1d6af4cb56c4347c1b25473b314abe6ae76ced30 /HISTORY
parente5fde77e56743cd2e7ad816d7d0008189928858c (diff)
downloadvdr-a30563634d6184145f1b1529ca4502fd49e8e0e9.tar.gz
vdr-a30563634d6184145f1b1529ca4502fd49e8e0e9.tar.bz2
Added LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler warning with Clang 3.4.1
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6cdd668e..74072c18 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8192,3 +8192,5 @@ Video Disk Recorder Revision History
Users of stable releases shouldn't notice any problems.
- Fixed a possible crash in the OSD demo (reported by Christopher Reimer).
- Fixed some compiler warnings with Clang 3.4.1 (reported by Paul Menzel).
+- Added LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler warning with
+ Clang 3.4.1 (suggested by Tony Houghten).