aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeaux.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2013-12-11 11:00:44 +0000
committerdrh <drh@noemail.net>2013-12-11 11:00:44 +0000
commita9ab481fca8e4828771c098d8ce77a0efd52684a (patch)
treef8e225c7d8a58eedf8aed93ee04711bef202a410 /src/vdbeaux.c
parent53cd96464894a49b22899455f20f76b86aef5acf (diff)
downloadsqlite-a9ab481fca8e4828771c098d8ce77a0efd52684a.tar.gz
sqlite-a9ab481fca8e4828771c098d8ce77a0efd52684a.zip
Fix harmless compiler warnings.
FossilOrigin-Name: a7e5fcd66659750eb2f4675082df324e7cf35427
Diffstat (limited to 'src/vdbeaux.c')
-rw-r--r--src/vdbeaux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c
index a41b22295..9e1eb581f 100644
--- a/src/vdbeaux.c
+++ b/src/vdbeaux.c
@@ -2835,7 +2835,7 @@ static u64 floatSwap(u64 in){
** of bytes in the zero-filled tail is included in the return value only
** if those bytes were zeroed in buf[].
*/
-u32 sqlite3VdbeSerialPut(u8 *buf, Mem *pMem, u32 serial_type, int file_format){
+u32 sqlite3VdbeSerialPut(u8 *buf, Mem *pMem, u32 serial_type){
u32 len;
/* Integer and Real */