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:
committed by
Commit Bot
parent
f5c3ba15f0
commit
91df091ba6
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user