sys: fix a couple of static analysis issues

This commit is contained in:
Bill Zissimopoulos
2017-02-21 15:07:06 -08:00
parent c246acb2d3
commit 441c45c77f
3 changed files with 9 additions and 0 deletions

View File

@ -178,6 +178,7 @@ static VOID FspDriverMultiVersionInitialize(VOID)
{
FspProcessorCount = KeQueryActiveProcessorCount(0);
#pragma prefast(suppress:30035, "FspDriverMultiVersionInitialize is called from DriverEntry")
ExInitializeDriverRuntime(DrvRtPoolNxOptIn);
if (RtlIsNtDdiVersionAvailable(NTDDI_WIN7))