From: Martin v. Löwis Date: Tue, 10 Feb 2009 13:17:53 +0000 (+0000) Subject: Merged revisions 69489-69490 via svnmerge from X-Git-Tag: v2.6.2c1~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2a21eed02bdd0136cfe24eeb936734ec858f3ed;p=thirdparty%2FPython%2Fcpython.git 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 5ec0883f5999..5057c2d7cde1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -334,6 +334,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 2a64fffe3043..0af1cdc07b72 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 @@ /> + + +