Skip to content

Fix appveyor warnings in fuzzer.c #2639

Merged
senhuang42 merged 1 commit intofacebook:devfrom
senhuang42:fix_appveyor_warnings
May 12, 2021
Merged

Fix appveyor warnings in fuzzer.c #2639
senhuang42 merged 1 commit intofacebook:devfrom
senhuang42:fix_appveyor_warnings

Conversation

@senhuang42
Copy link

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 pushed a commit to senhuang42/zstd that referenced this pull request May 12, 2021
senhuang42 pushed a commit to senhuang42/zstd that referenced this pull request May 12, 2021
senhuang42 pushed 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