--- third_party/sqlite/BUILD.gn.orig 2026-06-23 23:37:18 UTC +++ third_party/sqlite/BUILD.gn @@ -159,7 +159,7 @@ config("sqlite_warnings") { ] } } - if (is_linux || is_chromeos) { + if ((is_linux || is_chromeos) && !is_bsd) { cflags += [ # SQLite doesn't believe in compiler warnings, preferring testing. # http://www.sqlite.org/faq.html#q17