Fixed initializing pthread_mutexattr_t and pthread_rwlockattr_t to avoid warnings with g++ 4.1.0

This commit is contained in:
Klaus Schmidinger
2006-01-01 14:53:03 +01:00
parent 7d84ddefb3
commit dbc2abadd8
3 changed files with 11 additions and 3 deletions

View File

@@ -4058,3 +4058,5 @@ Video Disk Recorder Revision History
- Removed unused variables in skinclassic.c and skinsttng.c (thanks to Marco
Schl<68><6C>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<74>).