File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -407,6 +407,26 @@ index 119d49456911e99944294bd00b3f182a8f0e35b5..ce38c3633a228306622a7237067393d2
407
407
+ "-Wno-unused-function",
408
408
+ ]
409
409
}
410
+ diff --git a/deps/sqlite/unofficial.gni b/deps/sqlite/unofficial.gni
411
+ index ebb3ffcd6d42b4c16b6865a91ccf4428cffe864b..00225afa1fb4205f1e02d9f185aeb97d642b3fd9 100644
412
+ --- a/deps/sqlite/unofficial.gni
413
+ +++ b/deps/sqlite/unofficial.gni
414
+ @@ -18,8 +18,14 @@ template("sqlite_gn_build") {
415
+ forward_variables_from(invoker, "*")
416
+ public_configs = [ ":sqlite_config" ]
417
+ sources = gypi_values.sqlite_sources
418
+ + cflags_c = [
419
+ + "-Wno-implicit-fallthrough",
420
+ + "-Wno-unreachable-code-break",
421
+ + "-Wno-unreachable-code-return",
422
+ + "-Wno-unreachable-code",
423
+ + ]
424
+ if (is_win) {
425
+ - cflags_c = [
426
+ + cflags_c += [
427
+ "-Wno-sign-compare",
428
+ "-Wno-unused-but-set-variable",
429
+ "-Wno-unused-function",
410
430
diff --git a/deps/uv/BUILD.gn b/deps/uv/BUILD.gn
411
431
index 8e6ac27048b5965e20f35c7a63e469beb6fa5970..7518168141db7958550c7f5dc1ed17ccdbbe4a60 100644
412
432
--- a/deps/uv/BUILD.gn
You can’t perform that action at this time.
0 commit comments