mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset.
Sponsored by: Innovate UK
This commit is contained in:
parent
3d5e12ebce
commit
4495f36874
1 changed files with 2 additions and 0 deletions
|
|
@ -38,12 +38,14 @@ __FBSDID("$FreeBSD$");
|
|||
static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL;
|
||||
static EFI_GUID DevicePathGUID = DEVICE_PATH_PROTOCOL;
|
||||
|
||||
#ifndef EFI_DEBUG
|
||||
static const char *prio_str[] = {
|
||||
"error",
|
||||
"not supported",
|
||||
"good",
|
||||
"better"
|
||||
};
|
||||
#endif
|
||||
|
||||
/*
|
||||
* probe_handle determines if the passed handle represents a logical partition
|
||||
|
|
|
|||
Loading…
Reference in a new issue