platform: let CTimeout return uint32_t instead of uint64_t. fixes compilation warning
[deb_libcec.git] / src / lib / platform / threads / mutex.h
index 11e3606d09250e5d715eb116ad2a3d2ca939117a..4a0c331a1fa6d64cbffa29e8466e25c29aca211a 100644 (file)
@@ -261,7 +261,7 @@ namespace PLATFORM
         if (!predicate)
         {
           CTimeout timeout(iTimeout);
-          uint64_t iMsLeft(0);
+          uint32_t iMsLeft(0);
           bReturn = false;
           while (!bReturn)
           {