[build] Remove deprecated /Wp64 warning flag

Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
This commit is contained in:
Michael Brown 2014-08-10 01:07:33 +01:00
parent fdfeb54b0d
commit 6cf101e48d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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