From 8f460753e969b0d4a1cdfdd279e60015be6232b0 Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Thu, 29 Jun 2017 21:31:56 +0300 Subject: [PATCH] bpo-9566: Silence tix warnings --- PCbuild/tix.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/tix.vcxproj b/PCbuild/tix.vcxproj index 7d6d8ca8a65c..6725ab70b002 100644 --- a/PCbuild/tix.vcxproj +++ b/PCbuild/tix.vcxproj @@ -59,7 +59,7 @@ BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" DEBUG=1 NODEBUG=0 TCL_DBGX=g TK_DBGX=g DEBUG=0 NODEBUG=1 - -c -W3 -nologo -MD -wd4028 -wd4090 + -c -W3 -nologo -MD -wd4028 -wd4090 -wd4244 -wd4267 -wd4312 setlocal @(ExpectedOutputs->'if not exist "%(FullPath)" goto build',' ') -- 2.47.3