aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-05-16 15:58:31 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-16 20:22:12 +0000
commit9061ffc4f1a335f3d48b334efb03b395a69539b3 (patch)
tree3c1567b491b3900cad8cfe9238777da4f762587f /gn/BUILD.gn
parentc48f776682f8d208dd2ede7deb233cf72b840251 (diff)
Suppress bad-function-cast warning
Bug: skia: Change-Id: Ic5efe371b6365913a47d833c698958cc842d16ae Reviewed-on: https://skia-review.googlesource.com/128685 Commit-Queue: Brian Osman <brianosman@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org> Auto-Submit: Brian Osman <brianosman@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gn/BUILD.gn')
-rw-r--r--gn/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index ac036c28ee..7a6a8211d5 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -385,6 +385,7 @@ config("warnings") {
# We are unlikely to want to fix these.
cflags += [
+ "-Wno-bad-function-cast",
"-Wno-covered-switch-default",
"-Wno-deprecated",
"-Wno-missing-noreturn",