aboutsummaryrefslogtreecommitdiff
path: root/rtc_tools
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2018-06-20 14:52:15 +0200
committerCommit Bot <commit-bot@chromium.org>2018-06-20 13:44:26 +0000
commitbeb2d9813c7126e3883a4c25934319225477afba (patch)
tree7b61eeb92c964bc15b774fa3ae29c44c3fd0e5b2 /rtc_tools
parentde212ca0391c18932880c8f8635b71622748ecd2 (diff)
downloadwebrtc-beb2d9813c7126e3883a4c25934319225477afba.tar.gz
Removing usage of //build/config/compiler:no_size_t_to_int_warning.
Bug: webrtc:9251, webrtc:1348 Change-Id: I76e52abbfab5666cad73044b49172a9799539108 Reviewed-on: https://webrtc-review.googlesource.com/84144 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23686}
Diffstat (limited to 'rtc_tools')
-rw-r--r--rtc_tools/BUILD.gn6
1 files changed, 0 insertions, 6 deletions
diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn
index f99be15657..6d200da5a0 100644
--- a/rtc_tools/BUILD.gn
+++ b/rtc_tools/BUILD.gn
@@ -145,9 +145,6 @@ if (!build_with_chromium) {
"frame_editing/frame_editing_lib.h",
]
- # TODO(jschuh): Bug 1348: fix this warning.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
-
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
@@ -330,9 +327,6 @@ if (rtc_include_tests) {
"simple_command_line_parser_unittest.cc",
]
- # TODO(jschuh): Bug 1348: fix this warning.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
-
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]