Revision: 19789
Author:   [email protected]
Date:     Tue Mar 11 10:53:13 2014 UTC
Log:      Silence Win warnings

[email protected]
BUG=

Review URL: https://codereview.chromium.org/194893002
http://code.google.com/p/v8/source/detail?r=19789

Modified:
 /branches/bleeding_edge/src/types.h

=======================================
--- /branches/bleeding_edge/src/types.h Tue Mar 11 10:28:38 2014 UTC
+++ /branches/bleeding_edge/src/types.h Tue Mar 11 10:53:13 2014 UTC
@@ -444,7 +444,7 @@
   }
   static int lub_bitset(Type* type) {
     ASSERT(is_class(type) || is_constant(type));
-    return tagged_get<intptr_t>(as_tagged(type), 0);
+    return static_cast<int>(tagged_get<intptr_t>(as_tagged(type), 0));
   }
 };

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to