mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix harmless compiler warnings. Improve the independence of some TCL tests.
FossilOrigin-Name: 1a038242dc6c0cab97dd9375acfce62aa1c386debc36aaed388d366b87ddd931
This commit is contained in:
@@ -298,11 +298,17 @@ SQLITE_WSD struct Sqlite3Config sqlite3Config = {
|
||||
*/
|
||||
FuncDefHash sqlite3BuiltinFunctions;
|
||||
|
||||
#if defined(SQLITE_COVERAGE_TEST) || defined(SQLITE_DEBUG)
|
||||
/*
|
||||
** Counter used for coverage testing. Does not come into play for
|
||||
** release builds.
|
||||
**
|
||||
** Access to this global variable is not mutex protected. This might
|
||||
** result in TSAN warnings. But as the variable does not exist in
|
||||
** release builds, that should not be a concern.
|
||||
*/
|
||||
unsigned int sqlite3CoverageCounter;
|
||||
#endif /* SQLITE_COVERAGE_TEST || SQLITE_DEBUG */
|
||||
|
||||
#ifdef VDBE_PROFILE
|
||||
/*
|
||||
|
Reference in New Issue
Block a user