--- src/3rdparty/chromium/third_party/sqlite/BUILD.gn.orig 2019-01-16 10:59:47 UTC +++ src/3rdparty/chromium/third_party/sqlite/BUILD.gn @@ -188,7 +188,7 @@ config("sqlite_warnings") { ] } } - if (is_linux) { + if (is_linux && !is_bsd) { cflags += [ # SQLite doesn't believe in compiler warnings, preferring testing. # http://www.sqlite.org/faq.html#q17