From 11f7210966d00320e224ee81971f683b026016ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 10 Feb 2009 13:13:30 +0000 Subject: [PATCH] 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 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 @@ /> + + + -- 2.50.1