diff options
author | Kevin Lubick <kjlubick@google.com> | 2018-01-04 12:03:22 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-01-04 21:25:56 +0000 |
commit | 511c5d45ddf4dd029673f0855116513a13a5e028 (patch) | |
tree | 0e118722cdf212667f2dfdf3cce28e3e44a599b2 | |
parent | 876c841f9b4c57c404c572de1c862e39cc6a05a4 (diff) |
Re-enable 3 clang warnings
Bug: skia:7462
Change-Id: Iba0af2f0ff8ef646f93a0e2ced083d99020a38c9
Reviewed-on: https://skia-review.googlesource.com/90842
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
-rw-r--r-- | gn/BUILD.gn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn index c94d2372d8..3bc4150311 100644 --- a/gn/BUILD.gn +++ b/gn/BUILD.gn @@ -313,18 +313,15 @@ config("warnings") { "-Wno-documentation-unknown-command", "-Wno-double-promotion", "-Wno-exit-time-destructors", # TODO: OK outside libskia - "-Wno-float-conversion", "-Wno-float-equal", "-Wno-format-nonliteral", "-Wno-global-constructors", # TODO: OK outside libskia - "-Wno-gnu-zero-variadic-macro-arguments", "-Wno-missing-prototypes", "-Wno-missing-variable-declarations", "-Wno-pedantic", "-Wno-reserved-id-macro", "-Wno-shadow", "-Wno-shift-sign-overflow", - "-Wno-sign-conversion", "-Wno-signed-enum-bitfield", "-Wno-switch-enum", "-Wno-undef", |