DescriptionDon't use anonymous types declared in an anonymous union.
They are a non-standard extension (probably in C1X, IIRC), but clang is unhappy
with them when -Wnested-anon-types is enabled, which seems to be implied by
-pedantic.
With this change and the previous fix for clang, we are now -Werror clean, even
on clang 3.3.
R=rossberg@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=14659
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|