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

DolphinQt: ignore warnings from qt headers on buildbot #9715

Merged
merged 3 commits into from May 15, 2021

Conversation

iwubcode
Copy link
Contributor

Uses the experimental external feature to ignore warnings in header. This is experimental right now but the latest preview release notes seem to indicate it's going out of experimental status.

This should fix the build errors we're seeing.

I wasn't sure if there was a better place for this. Also, ideally this should be applied to all our external library headers but that's a much larger change.

@iwubcode
Copy link
Contributor Author

Updated to also fix the Visual Studio solution files.

And since I upgraded VS locally, I noticed a warning treated as an error with a qt file "assignment within conditional expression". I fixed that as well.

@shuffle2
Copy link
Contributor

fwiw here is qt tracking bug https://bugreports.qt.io/browse/QTBUG-93748

@iwubcode iwubcode changed the title DolphinQt: fix warnings from qt headers on buildbot DolphinQt: ignore warnings from qt headers on buildbot May 15, 2021
@lioncash lioncash merged commit b4ec550 into dolphin-emu:master May 15, 2021
10 of 11 checks passed
@iwubcode iwubcode deleted the qt-header-warnings branch May 15, 2021 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants