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

msvc: use external header feature solution-wide #9777

Merged
merged 2 commits into from Jun 4, 2021

Conversation

shuffle2
Copy link
Contributor

@shuffle2 shuffle2 commented Jun 3, 2021

Add external include paths to ExternalIncludePath instead of
AdditionalIncludeDirectories. msbuild appends these paths to
EXTERNAL_INCLUDE env var, which is passed to /external:env:.

Specify /external:W0 and /external:templates-, with override for
DolphinQt for the template flag, since Qt 5.15.0 causes some warnings
in qmap.h

fixes the (harmless) warnings that showed up recently

Add external include paths to ExternalIncludePath instead of
AdditionalIncludeDirectories. msbuild appends these paths to
EXTERNAL_INCLUDE env var, which is passed to /external:env:.

Specify /external:W0 and /external:templates-, with override for
DolphinQt for the template flag, since Qt 5.15.0 causes some warnings
in qmap.h
this was either for libusb.h or some now-removed code.
@Tilka Tilka merged commit 4363f9d into dolphin-emu:master Jun 4, 2021
11 checks passed
@shuffle2 shuffle2 deleted the msvc-quiet branch June 4, 2021 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants