Updates:
        Status: WorkingAsIntended

Comment #1 on issue 2947 by [email protected]: compile error on splay-tree-inl.h
http://code.google.com/p/v8/issues/detail?id=2947

Thanks for the report.

splay-tree-inl.h line 236:

Node dummy_node(Config::kNoKey, Config::NoValue());

Looks like a constructor call to me, so I don't see how this can be an uninitialized use. Also, newer versions of GCC (at least 4.6, 4.7, 4.8) don't complain here, so this warning is likely a bug in CentOS' gcc-4.4. Which is a little weird, because that line was last modified in 2011, when everyone on the project used Ubuntu Lucid's gcc-4.4, and apparently that worked fine.

Anyway, this is what we have werror=no for. No need for action.

--
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