Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for DM-3902: compiler warning with clang #3

Merged
merged 1 commit into from Sep 19, 2015
Merged

Conversation

fritzm
Copy link
Member

@fritzm fritzm commented Sep 17, 2015

Clang warns on anonymous types declared in an anonymous union,
and protobuf has one of these in one of its supplied headers.
Reworded interior type to be private instead of anonymous.

Clang warns on anonymous types declared in an anonymous union,
and protobuf has one of these in one of its supplied headers.
Reworded interior type to be private instead of anonymous.
@fritzm fritzm merged commit 0c89133 into master Sep 19, 2015
@ktlim ktlim deleted the tickets/DM-3902 branch August 25, 2018 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant