mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 18:48:42 +02:00
BaseUefiImageLib: Ignore warning C4204: nonstandard extension used: non-constant aggregate initializer.
This commit is contained in:
parent
2db06cc287
commit
9e271a198c
@ -45,3 +45,4 @@
|
||||
|
||||
[BuildOptions]
|
||||
*_*_*_CC_FLAGS = -DUEFI_IMAGE_FORMAT_SUPPORT_SOURCES=0x03
|
||||
MSFT:*_*_*_CC_FLAGS = /wd4204
|
||||
|
@ -44,3 +44,4 @@
|
||||
|
||||
[BuildOptions]
|
||||
*_*_*_CC_FLAGS = -DUEFI_IMAGE_FORMAT_SUPPORT_SOURCES=0x02
|
||||
MSFT:*_*_*_CC_FLAGS = /wd4204
|
||||
|
@ -45,3 +45,4 @@
|
||||
|
||||
[BuildOptions]
|
||||
*_*_*_CC_FLAGS = -DUEFI_IMAGE_FORMAT_SUPPORT_SOURCES=0x01
|
||||
MSFT:*_*_*_CC_FLAGS = /wd4204
|
||||
|
Loading…
x
Reference in New Issue
Block a user