SecurityPkg: Fix debug build
For some reason only DEBUG builds fail because of the unused variable. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
@ -4324,7 +4324,7 @@ SecureBootCallback (
|
|||||||
UINT8 *SecureBootEnable;
|
UINT8 *SecureBootEnable;
|
||||||
UINT8 *Pk;
|
UINT8 *Pk;
|
||||||
UINT8 *SecureBootMode;
|
UINT8 *SecureBootMode;
|
||||||
UINT8 *SetupMode;
|
//UINT8 *SetupMode;
|
||||||
CHAR16 PromptString[100];
|
CHAR16 PromptString[100];
|
||||||
EFI_DEVICE_PATH_PROTOCOL *File;
|
EFI_DEVICE_PATH_PROTOCOL *File;
|
||||||
UINTN NameLength;
|
UINTN NameLength;
|
||||||
@ -4336,7 +4336,7 @@ SecureBootCallback (
|
|||||||
Status = EFI_SUCCESS;
|
Status = EFI_SUCCESS;
|
||||||
SecureBootEnable = NULL;
|
SecureBootEnable = NULL;
|
||||||
SecureBootMode = NULL;
|
SecureBootMode = NULL;
|
||||||
SetupMode = NULL;
|
//SetupMode = NULL;
|
||||||
File = NULL;
|
File = NULL;
|
||||||
EnrollKeyErrorCode = None_Error;
|
EnrollKeyErrorCode = None_Error;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user