Merge remote branch 'libcec-public/master'
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 14 May 2012 18:32:28 +0000 (20:32 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 14 May 2012 18:32:28 +0000 (20:32 +0200)
Conflicts:
src/lib/platform/threads/threads.h

src/lib/platform/threads/threads.h

index ead0ebdcb18c5e53525f60bb1882cdf9f12fabe6..1f62dcf0c1247511b24d6d7830416699a3a4c5d0 100644 (file)
@@ -47,12 +47,9 @@ namespace PLATFORM
     virtual ~CThread(void)
     {
       StopThread(0);
-      void *retVal;
+      void *retVal = NULL;
       if (m_thread)
         ThreadsWait(m_thread, &retVal);
-      #if defined(__WINDOWS__)
-      (void *)retVal; //"unreferenced local variable" warning
-      #endif
     }
 
     static void *ThreadHandler(CThread *thread)