Skip to content

Conversation

chris-eibl
Copy link
Member

@chris-eibl chris-eibl commented Mar 30, 2025

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 chris-eibl requested a review from a team as a code owner March 30, 2025 14:21
@zooba zooba merged commit 4940d96 into python:main Mar 31, 2025
42 checks passed
@chris-eibl chris-eibl deleted the fix_clangcl_warning_sqlite branch March 31, 2025 16:02
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 2025
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