Issue #5134: Silence compiler warnings when compiling sqlite with VC++.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8eb6862..c2d8429 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -453,6 +453,8 @@
 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.