aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/third_party.gni
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-10-12 23:58:06 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-13 04:17:38 +0000
commitc7165c239a0068b0b79b1bbe63e2a22bcb53ae38 (patch)
tree68d8d5ce5980202862a50a325a109405d307f64c /third_party/third_party.gni
parent0bc5a7695c75e2e9701a154d8688693ed755a7a4 (diff)
GN/Win: warnings and warn-as-error
CQ_INCLUDE_TRYBOTS=master.client.skia.compile:Build-Win-MSVC-x86-Debug-Exceptions-Trybot,Build-Win-MSVC-x86_64-Debug-GN-Trybot,Build-Win-MSVC-x86_64-Release-GN-Trybot GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3258 Change-Id: Ia2b85904bed1e6ca72c68abaecf6c2854795342c Reviewed-on: https://skia-review.googlesource.com/3258 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
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" ]
}