Skip to content

Conversation

@chris-eibl
Copy link
Member

@chris-eiblchris-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-eiblchris-eibl requested a review from a team as a code ownerMarch 30, 2025 14:21
@zoobazooba merged commit 4940d96 into python:mainMar 31, 2025
42 checks passed
@chris-eiblchris-eibl deleted the fix_clangcl_warning_sqlite branch March 31, 2025 16:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@chris-eibl@zooba