aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/third_party.gni
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/third_party.gni')
-rw-r--r--third_party/third_party.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/third_party.gni b/third_party/third_party.gni
index dd9f057665..5764c97108 100644
--- a/third_party/third_party.gni
+++ b/third_party/third_party.gni
@@ -24,5 +24,5 @@ template("third_party") {
}
set_defaults("third_party") {
- configs = default_configs
+ configs = default_configs - [ "//gn:warnings" ]
}