mirror of https://github.com/acidanthera/audk.git
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
|
// 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
|
// debug propery mask
|
||||||
|
|
Loading…
Reference in New Issue