Skip to content

Commit

Permalink
[build] Remove deprecated /Wp64 warning flag
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
mcb30 committed Aug 10, 2014
1 parent fdfeb54 commit 6cf101e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/driver/sources
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/installer/sources
Expand Up @@ -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

Expand Down

0 comments on commit 6cf101e

Please sign in to comment.