blob: 3407106ed0165d50e0d2dbecf49be119d3d42b5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/sqlite/BUILD.gn.orig 2019-03-16 09:15:21 UTC
+++ third_party/sqlite/BUILD.gn
@@ -240,7 +240,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
|