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.76k stars 4.89k forks source link

Simplify MSBuild Flags #1093

Closed JakobL-MSFT closed 5 months ago

JakobL-MSFT commented 5 months ago

This PR removes following msbuild flags: -p:SignToolWS=/fdws <-- This suppress a legit warning to set FileDigestAlgorithm to sha256. -p:DriverCFlagAddOn=/wd4996 <-- This suppress a legit warning to not use ExAllocatePoolWithTag.

JakobL-MSFT commented 5 months ago

@microsoft/cellcore : Please review nfc change.

@NeoAdonis .

I need to ask for your help:

(1) please review. (2) please get owner in place for .\video\KMDOD (or better: just .\video). (3) please get owner in place for .\thermal\simsensor (or better: just .\thermal).

I realize the changes are trivial, but I really would like each device team to get into habit of reviewing changes to their code please.