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

Tweak in hopes of fixing clang build #39885

Merged
merged 1 commit into from
Apr 25, 2020

Conversation

jbytheway
Copy link
Contributor

@jbytheway jbytheway commented Apr 25, 2020

Summary

SUMMARY: None

Purpose of change

Fix broken CI caused by #39873.

Describe the solution

This line of code fell afoul of the oft-troublesome clang error "default initialization of an object of const type without a user-provided default constructor". Attempt to fix that.

Testing

I don't have an old enough clang version to reproduce the error, so testing it here on CI.

This line of code fell afoul of the oft-troublesome clang error "default
initialization of an object of const type without a user-provided
default constructor".  Attempt to fix that.
@jbytheway
Copy link
Contributor Author

Looks like it fixed the build, but there are a bunch of DPS test failures. I'm assuming they're unrelated.

Copy link
Contributor

@ifreund ifreund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I don't see how those failures could be related. Thanks!

@ifreund ifreund merged commit 54e4bb2 into CleverRaven:master Apr 25, 2020
fengjixuchui added a commit to fengjixuchui/Cataclysm-DDA that referenced this pull request Apr 25, 2020
Merge pull request CleverRaven#39885 from jbytheway/fix_clang_build
@jbytheway jbytheway deleted the fix_clang_build branch April 25, 2020 13:17
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.

2 participants