commit | bf20a35d5f692d0c5e850d043f155797094dd99e | [log] [tgz] |
---|---|---|
author | drh <drh@noemail.net> | Fri Apr 04 22:44:59 2014 +0000 |
committer | drh <drh@noemail.net> | Fri Apr 04 22:44:59 2014 +0000 |
tree | d7ad04e5d4ef1b85612c73ec1f01d825a1a4719c | |
parent | f7da5555da88a8b4660909bf350725bb25fedae5 [diff] [blame] |
Fix harmless compiler warnings. FossilOrigin-Name: e54dded2012f0ab486ee138e9bd57c528af33980
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index b802d7a..092a143 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h
@@ -3652,8 +3652,10 @@ /* ** Threading interface */ +#if SQLITE_MAX_WORKER_THREADS>0 int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*); int sqlite3ThreadJoin(SQLiteThread*, void**); +#endif /* ** Win32 interface