mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
MdeModulePkg/BrotliCustomDecompressLib: Disable C4559 MSVC warning
Disables redefinition warning due to win 10 sdk to fix build using MSVC toolchain Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
parent
011411a38e
commit
09b751e80a
@ -76,3 +76,12 @@
|
|||||||
DebugLib
|
DebugLib
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
ExtractGuidedSectionLib
|
ExtractGuidedSectionLib
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
#
|
||||||
|
# Disables the following Visual Studio compiler warnings brought by brotli source,
|
||||||
|
# so we do not break the build with /WX option:
|
||||||
|
# C4559: 'function' : redefinition; the function gains __declspec(restrict)
|
||||||
|
#
|
||||||
|
MSFT:*_*_IA32_CC_FLAGS = /wd4559
|
||||||
|
MSFT:*_*_X64_CC_FLAGS = /wd4559
|
||||||
|
Loading…
x
Reference in New Issue
Block a user