Skip to content

Commit afd3814

Browse files
committed
cgosqlite: import SQLite amalgamation v3.46.1
Also removed compiler warning suppression that is no longer required. Updates tailscale/corp#22321
1 parent 84f909b commit afd3814

File tree

4 files changed

+6942
-3728
lines changed

4 files changed

+6942
-3728
lines changed

cgosqlite/cgosqlite.go

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ package cgosqlite
3535
// #cgo CFLAGS: -D_XOPEN_SOURCE=600
3636
// #cgo CFLAGS: -D_DARWIN_C_SOURCE=1
3737
//
38-
// // Quiet bogus warnings (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115274)
39-
// #cgo CFLAGS: -Wno-stringop-overread
40-
//
4138
// // Ignore unknown warning options, to silence spurious complaints from
4239
// // Apple's build of Clang that does not know certain GCC warnings.
4340
// #cgo CFLAGS: -Wno-unknown-warning-option

0 commit comments

Comments
 (0)