1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Fix a compiler warning in selectPopWith().

FossilOrigin-Name: c8eb11635a356182611ce2ccb8f358b6c453486e
This commit is contained in:
drh
2014-01-17 15:27:00 +00:00
parent 718569443d
commit 6785bcca58
3 changed files with 8 additions and 9 deletions

View File

@@ -3671,7 +3671,6 @@ static void selectPopWith(Walker *pWalker, Select *p){
assert( pParse->pWith==p->pWith );
pParse->pWith = p->pWith->pOuter;
}
return WRC_Continue;
}
#else
#define selectPopWith 0