From: Martin v. Löwis Date: Tue, 10 Feb 2009 13:13:30 +0000 (+0000) Subject: Merged revisions 69489-69490 via svnmerge from X-Git-Tag: v3.1a1~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11f7210966d00320e224ee81971f683b026016ab;p=python Merged revisions 69489-69490 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69489 | martin.v.loewis | 2009-02-10 14:09:19 +0100 (Di, 10 Feb 2009) | 1 line Issue #5134: Silence compiler warnings when compiling sqlite with VC++. ........ r69490 | martin.v.loewis | 2009-02-10 14:12:12 +0100 (Di, 10 Feb 2009) | 1 line Set eol-style to native ........ --- diff --git a/Misc/NEWS b/Misc/NEWS index efedd79d3c..5970332dac 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -437,6 +437,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 @@ /> + + +