From a3e3cb7ee0070db59974d3617211eddf9b96c36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 10 Feb 2009 13:09:19 +0000 Subject: Issue #5134: Silence compiler warnings when compiling sqlite with VC++. --- 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 8eb6862..c2d8429 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -453,6 +453,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