Updates:
Labels: -Type-Bug -Priority-Critical -Restrict-View-Commit Type-FeatureRequest Priority-Low

Comment #1 on issue 2830 by [email protected]: implicit conversion in v8.h loses int precision
http://code.google.com/p/v8/issues/detail?id=2830

I am surprised that you see only those 2 warnings: When I try to add -Wconversion to the CXXFLAGS, I get tons of warnings all over v8 (using gcc 4.6.3). A quick look over them didn't show any real problems, they were just noise generated by C++'s tragic 'usual arithmetic conversions'/'integral promotions'. :-P

As it is, we simply don't support compilation with -Wconversion, perhaps we should take some time and have a thorough look at all the warnings, but this has currently low priority.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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/groups/opt_out.


Reply via email to