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

Fix harmless compiler warnings about unused debugging functions in treeview.c.

FossilOrigin-Name: 4d6f907712e35eddf6af36eb823c3ccdfcdff1c63b2c224b3bcf34ffec95d511
This commit is contained in:
drh
2022-07-11 18:26:14 +00:00
parent fc7f8f81da
commit f1ab642cde
5 changed files with 18 additions and 10 deletions

View File

@@ -4116,6 +4116,7 @@ int sqlite3_test_control(int op, ...){
sqlite3ShowWindow(0);
sqlite3ShowWinFunc(0);
#endif
sqlite3ShowSelect(0);
}
#endif
break;