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:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user