Skip to content

Commit

Permalink
Fix Windows CI build. (google#54)
Browse files Browse the repository at this point in the history
The Windows SDK versions present on our CI options (GitHub Actions
hosted runners, AppVeyor) have headers that cause compilation warnings
when included with MSVC operating in modern C modes (C11+).

This PR disables the compilation warning caused by the Windows SDK
headers, so we can get Windows feedback from CI. The warnings can be
re-enabled when the Windows SDK used by our CI is upgraded to a version
that doesn't trigger warnings.
  • Loading branch information
pwnall authored Sep 1, 2021
1 parent bbbb93a commit b9d6e82
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b9d6e82

Please sign in to comment.