microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.79k stars 4.89k forks source link

develop_branch_exclusion_list_cleanup #1051

Closed JakobL-MSFT closed 6 months ago

JakobL-MSFT commented 8 months ago

Add -warnAsError to build. Change infverif to /sw* so as to not have EEAP samples broken by changes to infverif. Remove entries from exclusion list so as to compile as many drivers as possible.

JakobL-MSFT commented 6 months ago

Abandoning this PR. All the relevant part of this PR is already in develop branch.