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 appveyor warnings in fuzzer.c #2639

Merged
merged 1 commit into from
May 12, 2021

Conversation

senhuang42
Copy link
Contributor

Appveyor complains that 'default constructor could not be generated'.

Apparently, according to the docs, error C4510 can happen because of const data members (but also because of data members that are a reference).

I'm surprised that the appveyor tests on dev -> release are different than the ones on PRs -> dev, since this error has not shown up before.

@senhuang42 senhuang42 merged commit b35c250 into facebook:dev May 12, 2021
senhuang42 added a commit to senhuang42/zstd that referenced this pull request May 12, 2021
senhuang42 added a commit to senhuang42/zstd that referenced this pull request May 12, 2021
senhuang42 added a commit to senhuang42/zstd that referenced this pull request May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants