1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix harmless compiler warnings.

FossilOrigin-Name: 61095b5bcb5c30d29f03efa5b4809e3a0b780ed57e35227c292aab9dd1cfe3f6
This commit is contained in:
drh
2022-04-07 10:11:35 +00:00
parent d44f8b2385
commit c381056e6d
5 changed files with 16 additions and 12 deletions

View File

@@ -837,7 +837,6 @@ void sqlite3TreeViewBareIdList(
int moreToFollow = i<pList->nId - 1;
if( zName==0 ) zName = "(null)";
sqlite3TreeViewPush(&pView, moreToFollow);
moreToFollow = 0;
sqlite3TreeViewLine(pView, 0);
fprintf(stdout, "%s (%d)\n", zName, pList->a[i].idx);
sqlite3TreeViewPop(&pView);