summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjingle/BUILD.gn')
-rw-r--r--third_party/libjingle/BUILD.gn9
1 files changed, 5 insertions, 4 deletions
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index 6357b92..fc13ff1 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -256,6 +256,10 @@ static_library("libjingle") {
"$p2p_dir/base/constants.cc",
"$p2p_dir/base/constants.h",
]
+
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
public_deps = [
":jingle_deps",
]
@@ -266,10 +270,7 @@ static_library("libjingle") {
# From libjingle_common.gypi's conditions list.
if (is_win) {
- cflags = [
- "/wd4005",
- "/wd4267",
- ]
+ cflags = [ "/wd4005" ]
}
configs += [ ":jingle_unexported_configs" ]