From 0df695f4bc0de9f2832c974537ff947c12568bc5 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Mon, 26 May 2014 22:32:09 +0200 Subject: [PATCH] don't treat compiler warnings as errors --- virtualsmartcard/win32/BixVReader/Win7/sources | 2 +- virtualsmartcard/win32/BixVReader/WinXP/sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/virtualsmartcard/win32/BixVReader/Win7/sources b/virtualsmartcard/win32/BixVReader/Win7/sources index 7869de7..7a49482 100644 --- a/virtualsmartcard/win32/BixVReader/Win7/sources +++ b/virtualsmartcard/win32/BixVReader/Win7/sources @@ -51,7 +51,7 @@ INCLUDES= $(INCLUDES); \ $(DDK_INC_PATH); \ $(UMDF_INC_PATH)\10; -MSC_WARNING_LEVEL=/W4 /WX +MSC_WARNING_LEVEL=/W4 TARGETLIBS=\ $(SDK_LIB_PATH)\strsafe.lib \ diff --git a/virtualsmartcard/win32/BixVReader/WinXP/sources b/virtualsmartcard/win32/BixVReader/WinXP/sources index 4f3e78f..02075d2 100644 --- a/virtualsmartcard/win32/BixVReader/WinXP/sources +++ b/virtualsmartcard/win32/BixVReader/WinXP/sources @@ -51,7 +51,7 @@ INCLUDES= $(INCLUDES); \ $(DDK_INC_PATH); \ $(UMDF_INC_PATH)\10; -MSC_WARNING_LEVEL=/W4 /WX +MSC_WARNING_LEVEL=/W4 TARGETLIBS=\ $(SDK_LIB_PATH)\strsafe.lib \