From: Martin v. Löwis Date: Tue, 10 Feb 2009 13:09:19 +0000 (+0000) Subject: Issue #5134: Silence compiler warnings when compiling sqlite with VC++. X-Git-Tag: v2.7a1~2061 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3e3cb7ee0070db59974d3617211eddf9b96c36d;p=python Issue #5134: Silence compiler warnings when compiling sqlite with VC++. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8eb6862b66..c2d8429195 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -453,6 +453,8 @@ Tools/Demos Build ----- +- Issue #5134: Silence compiler warnings when compiling sqlite with VC++. + - Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. - Issue #4895: Use _strdup on Windows CE. diff --git a/PCbuild/sqlite3.vcproj b/PCbuild/sqlite3.vcproj index 2a64fffe30..0af1cdc07b 100644 --- a/PCbuild/sqlite3.vcproj +++ b/PCbuild/sqlite3.vcproj @@ -22,7 +22,7 @@ @@ -166,8 +164,7 @@ /> @@ -229,8 +226,7 @@ /> @@ -291,8 +287,7 @@ /> @@ -354,8 +349,7 @@ /> @@ -415,8 +409,7 @@ /> @@ -478,8 +471,7 @@ /> + + +