FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-131296: fix clang-cl warnings on Windows in sqlite3 by chris-eibl · Pull Request #131906 · python/cpython · GitHub

/ cpython Public

GH-131296: fix clang-cl warnings on Windows in sqlite3 - #131906

Merged
zooba merged 1 commit into
python:mainfrom
chris-eibl:fix_clangcl_warning_sqlite
Mar 31, 2025
Merged

GH-131296: fix clang-cl warnings on Windows in sqlite3#131906
zooba merged 1 commit into
python:mainfrom
chris-eibl:fix_clangcl_warning_sqlite

Conversation

chris-eibl commented Mar 30, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

This will fix three "unused warnings" in sqlite3:

sqlite3.c(33958,8): warning : variable 'bRc' set but not used [-Wunused-but-set-variable]
sqlite3.c(67016,9): warning : unused variable 'mExpect' [-Wunused-variable]
sqlite3.c(46795,35): warning : unused variable 'sqlite3_os_type' [-Wunused-variable]

I think this is a skip news?

chris-eibl requested a review from a team as a code owner March 30, 2025 14:21
zooba merged commit 4940d96 into python:main Mar 31, 2025
chris-eibl deleted the fix_clangcl_warning_sqlite branch March 31, 2025 16:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL