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

Stream warnings #2395

Closed
wants to merge 2 commits into from
Closed

Stream warnings #2395

wants to merge 2 commits into from

Conversation

athrxx
Copy link
Contributor

@athrxx athrxx commented Aug 1, 2020

COMMON: fix stream class related warnings

This should take care of the warnings introduced with 1aea38c.
It is a bit of a delicate matter, since different compilers seem to have slightly different reactions.
I've locally tested MSVC 2019, gcc and clang.

So, let's see what travis says and then we can try the buildbot...

(virtual base ‘Common::SeekableReadStream’ inaccessible in ‘Common::MemoryReadStreamEndian’ due to ambiguity [-Wextra])
(warning C4589 - Constructor of abstract class "Common::SeekableReadStreamEndian" ignores initializer for virtual base class "Common::ReadStreamEndian")
@athrxx
Copy link
Contributor Author

athrxx commented Aug 1, 2020

Okay, that was a quick fail.

@athrxx athrxx closed this Aug 1, 2020
@athrxx athrxx deleted the stream-warnings branch February 17, 2021 22:00
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.

1 participant