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

Windows: Stop ignoring all deprecated warnings #14177

Merged
merged 2 commits into from
Feb 18, 2021

Conversation

unknownbrackets
Copy link
Collaborator

This removes some globally disabled warnings. Was helpful for #14176.

Some network related warnings (mainly inet_nota and the WSA version) are exposed. Also two GetVersion() calls. In theory, if we update dependencies (say, glslang, spirv, etc.) this will better expose explicitly deprecated usage.

-[Unknown]

@unknownbrackets unknownbrackets added this to the v1.12.0 milestone Feb 18, 2021
@hrydgard
Copy link
Owner

Yes, this is a better way, nice one.

UWP is unhappy - I think you'll need to do the same in those vcprojs. Unfortunately I wasn't able to find a way to get UWP builds from the same project files to work, which is indeed really silly.

@unknownbrackets
Copy link
Collaborator Author

I did change UWP but didn't try to build it, must've missed a file. Let's see if this works with UI_UWP changed too. Also seemed to error on deprecated instead of warning...

-[Unknown]

@hrydgard
Copy link
Owner

Oh, sorry, didn't look carefully enough at that diff. Yeah let's hope that was it...

We should get rid of deprecated usage, but it's troublesome for only UWP
to compile differently.  These were ignored before.
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.

2 participants