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 <henrika@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23932}
This commit is contained in:
Mirko Bonadei 2018-07-10 16:43:47 +02:00 committed by Commit Bot
parent 7a16c54571
commit 02e3436a73

View file

@ -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",
]
}
}