mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
GCC Cleanup: Add () to (EFI_D_ERROR|EFI_D_INFO) pass GCC build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6578 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fa41279feb
commit
af257d5087
@ -87,7 +87,7 @@ Abstract:
|
||||
//
|
||||
// debug print level
|
||||
//
|
||||
#define EDKII_GLUE_DebugPrintErrorLevel EFI_D_ERROR|EFI_D_INFO
|
||||
#define EDKII_GLUE_DebugPrintErrorLevel (EFI_D_ERROR|EFI_D_INFO)
|
||||
|
||||
//
|
||||
// debug propery mask
|
||||
|
Loading…
x
Reference in New Issue
Block a user