Skip to content

Commit e5a3c16

Browse files
authored
Merge pull request #333 from nyarly/master
Added CFLAG config to ignore deprecations
2 parents 4b0af85 + 61c9552 commit e5a3c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite3.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ package sqlite3
1010
#cgo CFLAGS: -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE
1111
#cgo CFLAGS: -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61
1212
#cgo CFLAGS: -DSQLITE_TRACE_SIZE_LIMIT=15
13+
#cgo CFLAGS: -Wno-deprecated-declarations -Wno-c99-extensions
1314
#ifndef USE_LIBSQLITE3
1415
#include <sqlite3-binding.h>
1516
#else

0 commit comments

Comments
 (0)