From 212fb5e4d80640f44dba88f20d02add15af32e50 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 9 May 2018 09:34:44 +0200 Subject: [PATCH] Removing -Wno-tautological-compare. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9251 Change-Id: I092fbb596dc67f7a381182e734d68709c730c5c0 Reviewed-on: https://webrtc-review.googlesource.com/75501 Reviewed-by: Patrik Höglund Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23185} --- modules/audio_device/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/audio_device/BUILD.gn b/modules/audio_device/BUILD.gn index d7a8f5a1f8..9e591fabcf 100644 --- a/modules/audio_device/BUILD.gn +++ b/modules/audio_device/BUILD.gn @@ -34,7 +34,6 @@ config("audio_device_warnings_config") { "-Wno-parentheses-equality", "-Wno-reorder", "-Wno-shift-overflow", - "-Wno-tautological-compare", # See https://bugs.chromium.org/p/webrtc/issues/detail?id=6265 # for -Wno-thread-safety-analysis