summaryrefslogtreecommitdiffstats
path: root/third_party/openh264
diff options
context:
space:
mode:
authorhbos <hbos@chromium.org>2016-01-11 04:48:20 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-11 12:49:29 +0000
commit3c0f6a5b9f81208195649dd978ace85b0920079d (patch)
treedf17d76c3ce98b62f9df393a75afd4bd38edfbcc /third_party/openh264
parent29aee51f783b04de8885a75e3cbfbce6eeaa9596 (diff)
downloadchromium_src-3c0f6a5b9f81208195649dd978ace85b0920079d.zip
chromium_src-3c0f6a5b9f81208195649dd978ace85b0920079d.tar.gz
chromium_src-3c0f6a5b9f81208195649dd978ace85b0920079d.tar.bz2
Updated third_party/openh264/BUILD.gn. When building in GN release mode -Wno-unused-function is required.
BUG=468365 Review URL: https://codereview.chromium.org/1574863003 Cr-Commit-Position: refs/heads/master@{#368571}
Diffstat (limited to 'third_party/openh264')
-rw-r--r--third_party/openh264/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/openh264/BUILD.gn b/third_party/openh264/BUILD.gn
index fb80db1..c09b1a3 100644
--- a/third_party/openh264/BUILD.gn
+++ b/third_party/openh264/BUILD.gn
@@ -22,6 +22,7 @@ config("config") {
cflags += [
"-Wno-format",
"-Wno-header-hygiene",
+ "-Wno-unused-function",
"-Wno-unused-value",
]
}