summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-01 14:53:03 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-01 14:53:03 +0100
commitdbc2abadd8e604d5f4009a11d823df43c0a6a621 (patch)
treeb1b64729f8d763866334be694d6294b5396ba1df /HISTORY
parent7d84ddefb3fc3c1dab66864b114fdd85af18cd4e (diff)
downloadvdr-dbc2abadd8e604d5f4009a11d823df43c0a6a621.tar.gz
vdr-dbc2abadd8e604d5f4009a11d823df43c0a6a621.tar.bz2
Fixed initializing pthread_mutexattr_t and pthread_rwlockattr_t 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 6b9e43fb..edf19fb8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4058,3 +4058,5 @@ Video Disk Recorder Revision History
- Removed unused variables in skinclassic.c and skinsttng.c (thanks to Marco
Schlüßler).
- 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ä).