1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Fix some minor #ifdef issues so that all of the supported compile-time

options continue to build.

FossilOrigin-Name: d8cf407046f20b0398f19acd0dab6acb6c742911e21e1003cb5b194dd668d98e
This commit is contained in:
drh
2021-06-15 18:46:06 +00:00
parent 17adf4e5a1
commit f54e79405e
4 changed files with 12 additions and 9 deletions

View File

@@ -4284,7 +4284,7 @@ int sqlite3_test_control(int op, ...){
break;
}
#ifdef SQLITE_DEBUG
#if !defined(SQLITE_DEBUG) && !defined(SQLITE_OMIT_WSD)
/* sqlite3_test_control(SQLITE_TESTCTRL_TUNE, id, *piValue)
**
** If "id" is an integer between 1 and SQLITE_NTUNE then set the value