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

Fixed a compiler warnings (which are errors with -WError) of clang 13. #1480

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

mooskagh
Copy link
Contributor

Summary

SUMMARY: Build "Fixed a compiler warnings (which are errors with -WError) of clang 13."

Describe the solution

Most of had default copy constructor explicitly defined but not copy operartor, or vice versa.
There are some examples of variables, only used to assigning.

Describe alternatives you've considered

None.

Testing

Didn't test, but it compiles.

@Coolthulhu Coolthulhu self-assigned this Apr 25, 2022
@Coolthulhu Coolthulhu merged commit 56be110 into cataclysmbnteam:upload Apr 26, 2022
@mooskagh mooskagh deleted the warnings branch April 26, 2022 18:40
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