Skip to content

Commit

Permalink
Removing -Wno-microsoft-extra-qualification.
Browse files Browse the repository at this point in the history
Bug: webrtc:9251
Change-Id: I67d8c108d6d8b8457d83dffec9d29050e9ef9f62
Reviewed-on: https://webrtc-review.googlesource.com/87846
Reviewed-by: Henrik Andreassson <[email protected]>
Commit-Queue: Mirko Bonadei <[email protected]>
Cr-Commit-Position: refs/heads/master@{#23907}
  • Loading branch information
MirkoBonadei authored and Commit Bot committed Jul 10, 2018
1 parent 5640f5a commit 5a61967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/audio_device/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ config("audio_device_warnings_config") {
"-Wno-bool-conversion",
"-Wno-delete-non-virtual-dtor",
"-Wno-logical-op-parentheses",
"-Wno-microsoft-extra-qualification",
"-Wno-microsoft-goto",
"-Wno-reorder",
"-Wno-shift-overflow",
Expand Down
2 changes: 1 addition & 1 deletion modules/audio_device/win/audio_device_core_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ScopedCOMInitializer {
Initialize(COINIT_MULTITHREADED);
}

ScopedCOMInitializer::~ScopedCOMInitializer() {
~ScopedCOMInitializer() {
if (SUCCEEDED(hr_))
CoUninitialize();
}
Expand Down

0 comments on commit 5a61967

Please sign in to comment.