From eb54c7d8f3eb5bdd2f3d1a616ca0282398665e47 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 20 Feb 2015 06:51:43 +0100 Subject: this should help compile on old OSX (nw) --- 3rdparty/sqlite3/sqlite3.c | 1 + 1 file changed, 1 insertion(+) (limited to '3rdparty/sqlite3/sqlite3.c') diff --git a/3rdparty/sqlite3/sqlite3.c b/3rdparty/sqlite3/sqlite3.c index cf858adc5de..bc9bd1eeaa1 100644 --- a/3rdparty/sqlite3/sqlite3.c +++ b/3rdparty/sqlite3/sqlite3.c @@ -22182,6 +22182,7 @@ SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ assert( rc!=WAIT_IO_COMPLETION ); bRc = CloseHandle((HANDLE)p->tid); assert( bRc ); + (void)bRc; } if( rc==WAIT_OBJECT_0 ) *ppOut = p->pResult; sqlite3_free(p); -- cgit v1.2.3-70-g09d2