mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-18 08:07:56 +01:00
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:
parent
7a16c54571
commit
02e3436a73
1 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue