From: Segev Finer Date: Thu, 29 Jun 2017 18:31:56 +0000 (+0300) Subject: bpo-9566: Silence tix warnings X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f460753e969b0d4a1cdfdd279e60015be6232b0;p=thirdparty%2FPython%2Fcpython.git bpo-9566: Silence tix warnings --- 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',' ')