mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix harmless scan-build warnings.
FossilOrigin-Name: 65a8716d8a1b7c5cffe9cdd25e4cbfa6528fcb146ff0fe67b0ce771b0537473d
This commit is contained in:
@@ -3156,7 +3156,7 @@ op_column_restart:
|
||||
|| (t>=12 && ((t&1)==0 || p5==OPFLAG_BYTELENARG))
|
||||
)
|
||||
)
|
||||
|| (len = sqlite3VdbeSerialTypeLen(t))==0
|
||||
|| sqlite3VdbeSerialTypeLen(t)==0
|
||||
){
|
||||
/* Content is irrelevant for
|
||||
** 1. the typeof() function,
|
||||
|
Reference in New Issue
Block a user