Enabling clang::find_bad_constructs for common_audio.

This CL removes //build/config/clang:find_bad_constructs from the
suppressed_configs list, which means that clang:find_bad_constructs
is now enabled on these translation units.

Bug: webrtc:9251
Change-Id: I1607df2a3ad177e2f3023156eb8cf37857ae06ba
Reviewed-on: https://webrtc-review.googlesource.com/89041
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24002}
This commit is contained in:
Mirko Bonadei
2018-07-17 11:08:15 +02:00
committed by Commit Bot
parent f5c3ba15f0
commit 91df091ba6
11 changed files with 25 additions and 48 deletions

View File

@ -28,7 +28,7 @@ static const int16_t vector16[kVector16Size] = {1,
class SplTest : public testing::Test {
protected:
SplTest() { WebRtcSpl_Init(); }
virtual ~SplTest() {}
~SplTest() override {}
};
TEST_F(SplTest, MacroTest) {