mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Make shell .parameter feature type-agnostic. Hush harmless compiler warning.
FossilOrigin-Name: 35cf295e026d067c9f059fde6b150e65163fe171d37501eb1e5742e691793340
This commit is contained in:
@@ -1677,7 +1677,7 @@ Select *sqlite3SelectDup(sqlite3 *db, Select *p, int flags){
|
||||
** NULL is returned. If non-NULL is returned, then it is guaranteed
|
||||
** that the new entry was successfully appended.
|
||||
*/
|
||||
static const struct ExprList_item zeroItem;
|
||||
static const struct ExprList_item zeroItem = {0};
|
||||
SQLITE_NOINLINE ExprList *sqlite3ExprListAppendNew(
|
||||
sqlite3 *db, /* Database handle. Used for memory allocation */
|
||||
Expr *pExpr /* Expression to be appended. Might be NULL */
|
||||
|
||||
Reference in New Issue
Block a user