summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-01 15:06:02 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-01 15:06:02 +0100
commitf50844d73387dccec2cf83e17b1b5bce825a8455 (patch)
tree8c959f47040da730a0ea10a24f842596f5bbca27 /HISTORY
parentdbc2abadd8e604d5f4009a11d823df43c0a6a621 (diff)
downloadvdr-f50844d73387dccec2cf83e17b1b5bce825a8455.tar.gz
vdr-f50844d73387dccec2cf83e17b1b5bce825a8455.tar.bz2
Fixed incrementing the 'state' variables in the repacker classes in remux.c to avoid warnings with g++ 4.1.0
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index edf19fb8..8cd2f178 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4060,3 +4060,5 @@ Video Disk Recorder Revision History
- Made the static cControl functions thread safe (thanks to Patrick Fischer).
- Fixed initializing pthread_mutexattr_t and pthread_rwlockattr_t to avoid
warnings with g++ 4.1.0 (thanks to Ville Skyttä).
+- Fixed incrementing the 'state' variables in the repacker classes in remux.c
+ to avoid warnings with g++ 4.1.0 (reported by Ville Skyttä).