From 02e3436a73009a0b33689822c6ff858e6edab8d4 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 10 Jul 2018 16:43:47 +0200 Subject: [PATCH] Removing unneeded warning suppression flags from audio_device. The remaining suppression flags require some work in order to be removed. Bug: webrtc:9251 Change-Id: I506f6c730456a4c030b87dbc7ba23c7b3359e272 Reviewed-on: https://webrtc-review.googlesource.com/87920 Reviewed-by: Henrik Andreassson Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23932} --- modules/audio_device/BUILD.gn | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/audio_device/BUILD.gn b/modules/audio_device/BUILD.gn index 2ce7d99797..3ced56ae30 100644 --- a/modules/audio_device/BUILD.gn +++ b/modules/audio_device/BUILD.gn @@ -26,12 +26,9 @@ config("audio_device_warnings_config") { cflags = [ # Disable warnings failing when compiling with Clang on Windows. # https://bugs.chromium.org/p/webrtc/issues/detail?id=5366 - "-Wno-bool-conversion", "-Wno-delete-non-virtual-dtor", - "-Wno-logical-op-parentheses", "-Wno-microsoft-goto", "-Wno-reorder", - "-Wno-shift-overflow", ] } }