mirror of
https://github.com/ipxe/sanbootconf.git
synced 2025-05-09 01:21:13 +08:00
[build] Remove deprecated /Wp64 warning flag
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
This commit is contained in:
parent
fdfeb54b0d
commit
6cf101e48d
@ -6,6 +6,6 @@ TARGETPATH = ..\..\bin
|
||||
|
||||
TARGETLIBS = $(DDK_LIB_PATH)\ndis.lib $(DDK_LIB_PATH)\ntstrsafe.lib $(DDK_LIB_PATH)\wdmsec.lib
|
||||
|
||||
MSC_WARNING_LEVEL = /W4 /Wp64 /WX
|
||||
MSC_WARNING_LEVEL = /W4 /WX
|
||||
|
||||
SOURCES = sanbootconf.c registry.c acpi.c nic.c ibft.c abft.c sbft.c boottext.c version.rc
|
||||
|
@ -9,7 +9,7 @@ TARGETLIBS = $(DDK_LIB_PATH)\setupapi.lib \
|
||||
|
||||
USE_MSVCRT = 1
|
||||
|
||||
MSC_WARNING_LEVEL = /W4 /Wp64 /WX
|
||||
MSC_WARNING_LEVEL = /W4 /WX
|
||||
|
||||
UMTYPE = console
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user