From: Martin v. Löwis Date: Tue, 10 Feb 2009 13:17:46 +0000 (+0000) Subject: Merged revisions 69491 via svnmerge from X-Git-Tag: v3.0.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aecacc35a603d344052ec360cac22f65242126a;p=thirdparty%2FPython%2Fcpython.git Merged revisions 69491 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69491 | martin.v.loewis | 2009-02-10 14:13:30 +0100 (Di, 10 Feb 2009) | 13 lines 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 22ce9c087ae5..25e38da13307 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -283,6 +283,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 #4472: "configure --enable-shared" now works on OSX 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 @@ /> + + +