1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix harmless compiler warnings that surface in newer versions of GCC.

FossilOrigin-Name: 9d670a318381f219b467653f5f9539097808b887ae37291ce13be462dedfb18d
This commit is contained in:
drh
2020-08-10 14:18:00 +00:00
parent ed0af52cb1
commit 08b9208660
18 changed files with 95 additions and 54 deletions

View File

@@ -783,7 +783,7 @@ static int selectWindowRewriteExprCb(Walker *pWalker, Expr *pExpr){
}
}
}
/* Fall through. */
/* no break */ deliberate_fall_through
case TK_AGG_FUNCTION:
case TK_COLUMN: {