blob: c7db41498540a7aaeb9a99c628e7a666c4bb5e25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/sqlite/BUILD.gn.orig 2021-03-12 23:57:46 UTC
+++ third_party/sqlite/BUILD.gn
@@ -138,7 +138,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
|