From a2a21eed02bdd0136cfe24eeb936734ec858f3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 10 Feb 2009 13:17:53 +0000 Subject: 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 ........ --- Misc/NEWS | 2 ++ PCbuild/sqlite3.vcproj | 40 ++++++++++++++++------------------------ PCbuild/sqlite3.vsprops | 14 ++++++++++++++ 3 files changed, 32 insertions(+), 24 deletions(-) create mode 100644 PCbuild/sqlite3.vsprops diff --git a/Misc/NEWS b/Misc/NEWS index 5ec0883..5057c2d 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 2a64fff..0af1cdc 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 @@ /> + + + -- cgit v0.12