From 29ebcee2452a131560f5220abaf585648f84ce40 Mon Sep 17 00:00:00 2001 From: jturner Date: Mon, 24 Mar 2014 01:37:28 +0000 Subject: Update sqlite to 3.8.4. A list of changes are available here: http://sqlite.org/changes.html. Tested in a bulk and ok landry@ --- lib/libsqlite3/src/test_malloc.c | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'lib/libsqlite3/src/test_malloc.c') diff --git a/lib/libsqlite3/src/test_malloc.c b/lib/libsqlite3/src/test_malloc.c index 2e31f0833d2..e3cfcaa9f0a 100644 --- a/lib/libsqlite3/src/test_malloc.c +++ b/lib/libsqlite3/src/test_malloc.c @@ -749,7 +749,7 @@ static void test_memdebug_callback(int nByte, int nFrame, void **aFrame){ int isNew; int aKey[MALLOC_LOG_KEYINTS]; - int nKey = sizeof(int)*MALLOC_LOG_KEYINTS; + unsigned int nKey = sizeof(int)*MALLOC_LOG_KEYINTS; memset(aKey, 0, nKey); if( (sizeof(void*)*nFrame)