Merge remote branch 'libcec-public/master'
[deb_libcec.git] / 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)