Removing some warnings from the APM build with -Wall -Wextra. Also cleaning up the unit test a bit.
Review URL: http://webrtc-codereview.appspot.com/38002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@90 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
namespace webrtc {
|
||||
|
||||
class AudioProcessing;
|
||||
class AudioFrame;
|
||||
|
||||
class ApmTest : public ::testing::Test {
|
||||
protected:
|
||||
@@ -27,7 +28,8 @@ class ApmTest : public ::testing::Test {
|
||||
FILE* far_file_;
|
||||
FILE* near_file_;
|
||||
FILE* stat_file_;
|
||||
bool read_stat_;
|
||||
AudioFrame* frame_;
|
||||
AudioFrame* reverse_frame_;
|
||||
};
|
||||
} // namespace webrtc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user